From f9903a57dcb478c3b0e3c184ab6a020affff94d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 14 Mar 2014 08:48:55 +0000 Subject: [PATCH] callcatcher: update unused code Change-Id: If4615e5bcb012321c554f75cd936dbf9b0dbf8ab --- rsc/inc/rscdb.hxx | 1 - rsc/source/parser/rscicpx.cxx | 13 ------------- unusedcode.easy | 6 ++++++ 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index e36e296a29fc..7708d981d951 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -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 ); diff --git a/rsc/source/parser/rscicpx.cxx b/rsc/source/parser/rscicpx.cxx index 432cc80e813c..45139c3d798f 100644 --- a/rsc/source/parser/rscicpx.cxx +++ b/rsc/source/parser/rscicpx.cxx @@ -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 ) { diff --git a/unusedcode.easy b/unusedcode.easy index d7b52c4f0e61..0a0fa5d3657f 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -55,6 +55,12 @@ SwExtraRedlineTbl::GetPos(SwExtraRedline const*) const SwExtraRedlineTbl::Remove(unsigned short) TextDoc::IsValidPaM(TextPaM const&) UnoApiTest::closeDocument(com::sun::star::uno::Reference) +VCLXGraphics::getFillColor() +VCLXGraphics::getFont() +VCLXGraphics::getLineColor() +VCLXGraphics::getRasterOp() +VCLXGraphics::getTextColor() +VCLXGraphics::getTextFillColor() apitest::CellProperties::testRotateReference() apitest::CellProperties::testVertJustify() apitest::DataPilotField::testAutoShowInfo()