From afa5d63e2adccefd5cabfe2e0f6f78ce217a294d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 20 Aug 2014 14:15:19 +0100 Subject: TabPages are no longer loaded from resource files Change-Id: I009e0f388cfe1861cef89d2148a02380dd47c1ff --- rsc/source/parser/rscinit.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'rsc/source/parser/rscinit.cxx') 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; @@ -587,14 +586,6 @@ void RscTypCont::Init() pMapUnit ); 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 = -- cgit v1.2.3