summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscicpx.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-13 09:46:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-13 11:18:37 +0000
commit1de7c36a94a65cd3906f79066b33381df929b71b (patch)
treeadad01d09a2e16bf533342441f9f2ad71fd89cf2 /rsc/source/parser/rscicpx.cxx
parent4737ed363a93d1c1743fd38251a91a988fde5ce7 (diff)
CurrencyBoxes cannot be loaded from .src anymore
Change-Id: I662aab01ecf5f78c4406838118ccea3988060521
Diffstat (limited to 'rsc/source/parser/rscicpx.cxx')
-rw-r--r--rsc/source/parser/rscicpx.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/rsc/source/parser/rscicpx.cxx b/rsc/source/parser/rscicpx.cxx
index 679cd4c1855f..18a29f6477d3 100644
--- a/rsc/source/parser/rscicpx.cxx
+++ b/rsc/source/parser/rscicpx.cxx
@@ -1577,28 +1577,6 @@ RscTop * RscTypCont::InitClassMetricBox( RscTop * pSuper )
return pClassMetricBox;
}
-RscTop * RscTypCont::InitClassCurrencyBox
-(
- const char * pClassName,
- sal_uInt32 nRT,
- RscTop * pSuper
-)
-{
- Atom nId;
- RscTop * pClassCurrencyBox;
-
- // Klasse anlegen
- nId = pHS->getID( pClassName );
- pClassCurrencyBox = new RscClass( nId, nRT, pSuper );
- pClassCurrencyBox->SetCallPar( *pWinPar1, *pWinPar2, *pWinParType );
-
- aNmTb.Put( nId, CLASSNAME, pClassCurrencyBox );
-
- // Variablen anlegen
-
- return pClassCurrencyBox;
-}
-
RscTop * RscTypCont::InitClassDockingWindow( RscTop * pSuper,
RscEnum * pMapUnit )
{