diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-26 00:42:55 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-26 10:07:44 +0900 |
commit | 1bd402eef7c193576cbdac8556c2783636937124 (patch) | |
tree | 3e11e77436b799729d33a154e928a5f051b423ee /basctl/source | |
parent | 19f92976d8612b9b70264cc33151e944c52124e1 (diff) |
Ditch useless fields
Change-Id: Icf744e016db79769bfa3fe3abf0934b1273724d4
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/iderdll.cxx | 3 | ||||
-rw-r--r-- | basctl/source/basicide/iderdll2.hxx | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx index d46c797a79c7..2af4ce91c30e 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -159,8 +159,6 @@ BasicIDEData::BasicIDEData() : aObjCatPos( INVPOSITION, INVPOSITION ) pSearchItem = new SvxSearchItem( SID_SEARCH_ITEM ); StarBASIC::SetGlobalBreakHdl( LINK( this, BasicIDEData, GlobalBasicBreakHdl ) ); - - pAccelerator = 0; } BasicIDEData::~BasicIDEData() @@ -174,7 +172,6 @@ BasicIDEData::~BasicIDEData() // StarBASIC::setGlobalStarScriptListener( XEngineListenerRef() ); delete pSearchItem; - //delete pAccelerator; } SvxSearchItem& BasicIDEData::GetSearchItem() const diff --git a/basctl/source/basicide/iderdll2.hxx b/basctl/source/basicide/iderdll2.hxx index e20240ce6b3d..559b971c324b 100644 --- a/basctl/source/basicide/iderdll2.hxx +++ b/basctl/source/basicide/iderdll2.hxx @@ -22,7 +22,6 @@ class StarBASIC; class SvxSearchItem; -class Accelerator; #include <tools/gen.hxx> #include <tools/link.hxx> @@ -35,7 +34,6 @@ class Accelerator; class BasicIDEData { private: - Accelerator* pAccelerator; SvxSearchItem* pSearchItem; LibInfos aLibInfos; @@ -50,7 +48,6 @@ private: sal_uInt16 nBasicDialogCount; - sal_Bool OLD_bRelMacroRecording; sal_Bool bChoosingMacro; sal_Bool bShellInCriticalSection; |