From a4b1200bd89af55141a82101cf968663ee94ec16 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 29 Apr 2013 13:03:49 +0200 Subject: Kill unused SfxHistoryToolBoxControl_Impl. Change-Id: I03655bb502d6480d8f7f3f1adef17d8f635b8ed9 --- include/sfx2/tbxctrl.hxx | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx index 56047d1e32ad..6c12947a3333 100644 --- a/include/sfx2/tbxctrl.hxx +++ b/include/sfx2/tbxctrl.hxx @@ -347,25 +347,8 @@ protected: private: String aLastURL; 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 -- cgit