diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-20 16:57:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-20 20:22:24 +0100 |
commit | 50fffcaa05eef36fe03b1654bd57fdd3ae741106 (patch) | |
tree | a2a445d7e9cb6b038cefb82224e31b8297205bfe /rsc | |
parent | d4a615bf62d81485d8e20e94824af511c9fef0bb (diff) |
Infoboxen are no longer loaded from resource files
Change-Id: If387291e9e145ee36338b1e560f18889c3b62674
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/rscinit.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx index 1b5702f20aa4..2016d11263f9 100644 --- a/rsc/source/parser/rscinit.cxx +++ b/rsc/source/parser/rscinit.cxx @@ -94,7 +94,6 @@ void RscTypCont::Init() RscTop * pClassMenuItem; RscTop * pClassMenu; RscTop * pClassMessBox; - RscTop * pClassInfoBox; RscTop * pClassWarningBox; RscTop * pClassQueryBox; RscTop * pClassSplitter; @@ -472,13 +471,6 @@ void RscTypCont::Init() pRoot->Insert( pClassMessBox ); // Klasse anlegen - nId = pHS->getID( "InfoBox" ); - pClassInfoBox = new RscClass( nId, RSC_INFOBOX, pClassMessBox ); - pClassInfoBox->SetCallPar( *pWinPar1, *pWinPar2, *pWinParType ); - aNmTb.Put( nId, CLASSNAME, pClassInfoBox ); - pRoot->Insert( pClassInfoBox ); - - // Klasse anlegen nId = pHS->getID( "WarningBox" ); pClassWarningBox = new RscClass( nId, RSC_WARNINGBOX, pClassMessBox ); pClassWarningBox->SetCallPar( *pWinPar1, *pWinPar2, *pWinParType ); |