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.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index 70415bcffee3..58595885f144 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -112,7 +112,6 @@ void RscTypCont::Init()
RscTop * pClassToolBoxItem;
RscTop * pClassToolBox;
RscTop * pClassFloatingWindow;
- RscTop * pClassTabPage;
RscTop * pClassFixedLine;
RscTop * pClassSfxStyleFamilyItem;
RscTop * pClassSfxTemplateDialog;
@@ -588,14 +587,6 @@ void RscTypCont::Init()
pRoot->Insert( pClassFloatingWindow );
// Klasse anlegen
- nId = pHS->getID( "TabPage" );
- pClassTabPage =
- new RscClass( nId, RSC_TABPAGE, pClassWindow );
- pClassTabPage->SetCallPar( *pWinPar1, *pWinPar2, *pWinParType );
- aNmTb.Put( nId, CLASSNAME, pClassTabPage );
- pRoot->Insert( pClassTabPage );
-
- // Klasse anlegen
nId = pHS->getID( "FixedLine" );
pClassFixedLine =
new RscClass( nId, RSC_FIXEDLINE, pClassControl );