callcatcher: update unused code

Change-Id: If4615e5bcb012321c554f75cd936dbf9b0dbf8ab
This commit is contained in:
Caolán McNamara
2014-03-14 08:48:55 +00:00
parent fc27a685d4
commit f9903a57dc
3 changed files with 6 additions and 14 deletions

View File

@@ -209,7 +209,6 @@ class RscTypCont
RscTop * InitClassNumericFormatter( RscTop * pSuper );
RscTop * InitClassMetricFormatter( RscTop * pSuper,
RscEnum * pFieldUnits );
RscTop * InitClassCurrencyFormatter( RscTop * pSuper );
RscTop * InitClassDateFormatter( RscTop * pSuper, RscTop * pClassDate );
RscTop * InitClassTimeFormatter( RscTop * pSuper, RscTop * pClassTime,
RscEnum * pTimeFieldFormat );

View File

@@ -1292,19 +1292,6 @@ RscTop * RscTypCont::InitClassMetricFormatter( RscTop * pSuper,
return pClassMetric;
}
RscTop * RscTypCont::InitClassCurrencyFormatter(RscTop * pSuper)
{
Atom nId;
RscTop * pClassCurrency;
// Klasse anlegen
nId = pHS->getID( "CurrencyFormatter" );
pClassCurrency = new RscClass( nId, RSC_NOTYPE, pSuper );
pClassCurrency->SetCallPar( *pStdPar1, *pStdPar2, *pStdParType );
return pClassCurrency;
}
RscTop * RscTypCont::InitClassDateFormatter( RscTop * pSuper,
RscTop * pClassDate )
{

View File

@@ -55,6 +55,12 @@ SwExtraRedlineTbl::GetPos(SwExtraRedline const*) const
SwExtraRedlineTbl::Remove(unsigned short)
TextDoc::IsValidPaM(TextPaM const&)
UnoApiTest::closeDocument(com::sun::star::uno::Reference<com::sun::star::lang::XComponent>)
VCLXGraphics::getFillColor()
VCLXGraphics::getFont()
VCLXGraphics::getLineColor()
VCLXGraphics::getRasterOp()
VCLXGraphics::getTextColor()
VCLXGraphics::getTextFillColor()
apitest::CellProperties::testRotateReference()
apitest::CellProperties::testVertJustify()
apitest::DataPilotField::testAutoShowInfo()