summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-10 14:22:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-10 14:56:58 +0100
commit9f7f5b5f911c4e76c88258f6ee3e7d51484f195b (patch)
tree813fa04c2c1292de6dff20f1b134406b1c1335e6 /rsc/source/parser/rscinit.cxx
parent666787c4bcee7fc9a5de459eb18a1dcc1a4e350c (diff)
no numericfield, spinfield or spinbutton loaded from .src now
Change-Id: I90e4390d1fadcbb18036861dc9b9d39fa8a73551
Diffstat (limited to 'rsc/source/parser/rscinit.cxx')
-rw-r--r--rsc/source/parser/rscinit.cxx34
1 files changed, 0 insertions, 34 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index f1363113852e..5761dd5a27d4 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -72,7 +72,6 @@ void RscTypCont::Init()
RscTop * pClassFixedImage;
RscTop * pClassKeyCode;
RscTop * pLangClassKeyCode;
- RscTop * pClassSpinField;
Atom nId;
@@ -346,39 +345,6 @@ void RscTypCont::Init()
(sal_uInt32)RscMenuItem::Menu );
}
{
- // initialize class
- nId = pHS->getID( "SpinButton" );
- RscTop* pClassSpinButton = new RscClass( nId, RSC_SPINBUTTON, pClassControl );
- pClassSpinButton->SetCallPar( *pWinPar1, *pWinPar2, *pWinParType );
- aNmTb.Put( nId, CLASSNAME, pClassSpinButton );
- {
- RscClient * pClient;
-
- // add client variables
- // Sysmodal
- aBaseLst.push_back(
- pClient = new RscClient( pHS->getID( "sal_Bool" ), RSC_NOTYPE, &aWinBits, nRepeatId )
- );
- nId = aNmTb.Put( "Repeat", VARNAME );
- pClassSpinButton->SetVariable( nId, pClient, nullptr,
- VAR_NODATAINST, 0, nWinBitVarId );
- }
- pRoot->Insert( pClassSpinButton );
-}
-{
- pClassSpinField = InitClassSpinField( pClassEdit );
- pRoot->Insert( pClassSpinField );
-}
-{
- { // hand-made multiple inheritance
- RscTop* pClassTmp = InitClassNumericFormatter( pClassSpinField );
- aBaseLst.push_back( pClassTmp );
-
- RscTop* pClassNumericField = InitClassNumericField( pClassTmp );
- pRoot->Insert( pClassNumericField );
- }
-}
-{
RscTop* pClassDockingWindow = InitClassDockingWindow( pClassWindow, pMapUnit );
pRoot->Insert( pClassDockingWindow );