summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-04-29 13:03:49 +0200
committerJan Holesovsky <kendy@suse.cz>2013-04-30 10:39:47 +0200
commit9456d407909fd887c47d79cfae61942604677fe9 (patch)
tree914ebff16673c137cc405d69c701ed998e63860a
parent007283a49efed964a9e5801989cb3cdbbba89125 (diff)
Kill unused SfxHistoryToolBoxControl_Impl.
Change-Id: I03655bb502d6480d8f7f3f1adef17d8f635b8ed9
-rw-r--r--sfx2/inc/sfx2/tbxctrl.hxx21
1 files changed, 2 insertions, 19 deletions
diff --git a/sfx2/inc/sfx2/tbxctrl.hxx b/sfx2/inc/sfx2/tbxctrl.hxx
index be49b8d8919d..b8c1576937d7 100644
--- a/sfx2/inc/sfx2/tbxctrl.hxx
+++ b/sfx2/inc/sfx2/tbxctrl.hxx
@@ -362,25 +362,8 @@ private:
String aLastURL;
sal_Bool bBigImages;
PopupMenu* pMenu;
- sal_uIntPtr m_nSymbolsStyle;
- sal_Bool m_bShowMenuImages;
-};
-
-class SfxHistoryToolBoxControl_Impl : public SfxToolBoxControl
-{
- Timer aTimer;
-
-private:
- DECL_LINK( Timeout, Timer * );
-
-protected:
- virtual void Click( );
- using SfxToolBoxControl::Select;
- virtual void Select( sal_Bool );
-
-public:
- SFX_DECL_TOOLBOX_CONTROL();
- SfxHistoryToolBoxControl_Impl( sal_uInt16 nId, ToolBox& rBox );
+ sal_uIntPtr m_nSymbolsStyle;
+ sal_Bool m_bShowMenuImages;
};
class SfxReloadToolBoxControl_Impl : public SfxToolBoxControl