summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-13 10:02:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-13 11:18:37 +0000
commit1eeb20f3958666ec6ba6e0fcf52e92e5eb447a14 (patch)
treeadc6eef7d5cc6a05e8a852d91e2793b91c21396d /rsc/source/parser/rscinit.cxx
parentfeff54d8ceeb42d5c9d7fec9b7ec1b99236c6dcb (diff)
CurrencyFields cannot be loaded from .src anymore
Change-Id: I3ccdb71e39a13dc8c697d3a52dc693cff10c614d
Diffstat (limited to 'rsc/source/parser/rscinit.cxx')
-rw-r--r--rsc/source/parser/rscinit.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index 1d73ffaf6968..abcc5942e282 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -116,8 +116,6 @@ void RscTypCont::Init()
RscTop * pClassPatternField;
RscTop * pClassNumericField;
RscTop * pClassMetricField;
- RscTop * pClassCurrencyField;
- RscTop * pClassLongCurrencyField;
RscTop * pClassDateField;
RscTop * pClassTimeField;
RscTop * pClassPatternBox;
@@ -612,19 +610,6 @@ void RscTypCont::Init()
pRoot->Insert( pClassMetricField );
}
{ // Mehrfachvererbung von Hand
- RscTop * pClassTmp = InitClassNumericFormatter( pClassSpinField );
- aBaseLst.push_back( pClassTmp );
- pClassTmp = InitClassCurrencyFormatter( pClassTmp );
- aBaseLst.push_back( pClassTmp );
-
- pClassCurrencyField = InitClassCurrencyField( "CurrencyField", RSC_CURRENCYFIELD, pClassTmp );
- pRoot->Insert( pClassCurrencyField );
-
- pClassLongCurrencyField = InitClassCurrencyField( "LongCurrencyField", RSC_LONGCURRENCYFIELD, pClassTmp );
- pRoot->Insert( pClassLongCurrencyField );
-
- }
- { // Mehrfachvererbung von Hand
RscTop * pClassTmp = InitClassDateFormatter( pClassSpinField, pClassDate );
aBaseLst.push_back( pClassTmp );