summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-20 14:15:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-20 16:35:09 +0100
commitafa5d63e2adccefd5cabfe2e0f6f78ce217a294d (patch)
treeff95aa8bed02045d7700b3a327c196b12ed6c801 /rsc/source/parser/rscinit.cxx
parentcbd717a384e83b54cc7f3e6785504667dcede980 (diff)
TabPages are no longer loaded from resource files
Change-Id: I009e0f388cfe1861cef89d2148a02380dd47c1ff
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 );