diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-05 13:31:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-05 14:00:16 +0100 |
commit | 0148bcbeccf1e62f789a5fadd65a359840854f1b (patch) | |
tree | d4e70397a93084fbd1aa43c6808a775e6339b4cc /rsc | |
parent | e9e629358396926b4a907a2c89213b1b413e628b (diff) |
no FixedLines are loaded from resources files anymore
Change-Id: I5b38c42e5b7fe7932e0dcc2539579d342ea9cf3b
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/rscinit.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx index 9860c4b739b6..bb5d249ea64a 100644 --- a/rsc/source/parser/rscinit.cxx +++ b/rsc/source/parser/rscinit.cxx @@ -38,9 +38,6 @@ #include <rsclex.hxx> #include <rscyacc.hxx> -#define INS_WINBIT( pClass, WinBit ) \ - InsWinBit( pClass, #WinBit, n##WinBit##Id ); - void RscTypCont::Init() { RscEnum * pFieldUnits; @@ -419,16 +416,6 @@ void RscTypCont::Init() RscTop* pClassToolBox = InitClassToolBox( pClassDockingWindow, pClassToolBoxItem ); pRoot->Insert( pClassToolBox ); - // initialize class - nId = pHS->getID( "FixedLine" ); - RscTop* pClassFixedLine = new RscClass( nId, RSC_FIXEDLINE, pClassControl ); - pClassFixedLine->SetCallPar( *pWinPar1, *pWinPar2, *pWinParType ); - - INS_WINBIT(pClassFixedLine,Vert) - - aNmTb.Put( nId, CLASSNAME, pClassFixedLine ); - pRoot->Insert( pClassFixedLine ); - RscTop* pClassSfxStyleFamilyItem = InitClassSfxStyleFamilyItem( pClassMgr, pClassBitmap, pClassImage, |