summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/parser/rscinit.cxx')
-rw-r--r--rsc/source/parser/rscinit.cxx13
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,