diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-04-29 13:03:49 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-04-30 10:33:14 +0200 |
commit | a4b1200bd89af55141a82101cf968663ee94ec16 (patch) | |
tree | f488b9f6d211292ef12b3cfb7f5eee440ed55ebd /include | |
parent | 9349a8793bd2cb930b88d3bb1d1622fb084dd555 (diff) |
Kill unused SfxHistoryToolBoxControl_Impl.
Change-Id: I03655bb502d6480d8f7f3f1adef17d8f635b8ed9
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/tbxctrl.hxx | 21 |
1 files 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 |