diff options
Diffstat (limited to 'rsc/source/parser/rscinit.cxx')
-rw-r--r-- | rsc/source/parser/rscinit.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx index 211490a6805d..08056748264a 100644 --- a/rsc/source/parser/rscinit.cxx +++ b/rsc/source/parser/rscinit.cxx @@ -100,7 +100,6 @@ void RscTypCont::Init() RscTop * pClassDockingWindow; RscTop * pClassToolBoxItem; RscTop * pClassToolBox; - RscTop * pClassFloatingWindow; RscTop * pClassFixedLine; RscTop * pClassSfxStyleFamilyItem; RscTop * pClassSfxTemplateDialog; @@ -511,10 +510,6 @@ void RscTypCont::Init() pClassImageList ); pRoot->Insert( pClassToolBox ); - pClassFloatingWindow = InitClassFloatingWindow( pClassSystemWindow, - pMapUnit ); - pRoot->Insert( pClassFloatingWindow ); - // Klasse anlegen nId = pHS->getID( "FixedLine" ); pClassFixedLine = |