diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-04-04 09:30:29 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2016-04-04 09:45:14 +0200 |
commit | f0a8d90525f28f0cc3008abad23bb119bf4c64a8 (patch) | |
tree | 4b976e29d4276e2019dc877c8b7caa53864deb9d /include | |
parent | e667bcfa1749e6a9179b0900305f3179076dc63c (diff) |
Bool_UseToolBoxItemSeparator in SidebarToolBox is always false, kill it.
Change-Id: Ia1b8d4325207879634ace6d812358dac33fdc2fc
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sidebar/Sidebar.hrc | 1 | ||||
-rw-r--r-- | include/sfx2/sidebar/SidebarToolBox.hxx | 4 | ||||
-rw-r--r-- | include/sfx2/sidebar/Theme.hxx | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/include/sfx2/sidebar/Sidebar.hrc b/include/sfx2/sidebar/Sidebar.hrc index e1ab27043c37..96597cfebfec 100644 --- a/include/sfx2/sidebar/Sidebar.hrc +++ b/include/sfx2/sidebar/Sidebar.hrc @@ -25,7 +25,6 @@ #define IMAGE_SIDEBAR_GRIP 5 #define IMAGE_SIDEBAR_MENU 7 #define IMAGE_SIDEBAR_DETAIL_DIALOG 9 -#define IMAGE_SIDEBAR_TOOLBOX_SEPARATOR 11 #define IMAGE_SIDEBAR_DECK_3D_LARGE 20 #define IMAGE_SIDEBAR_DECK_3D_SMALL 22 #define IMAGE_SIDEBAR_DECK_ANIMATION_LARGE 30 diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx index 1e8915a7ba67..e9fae35d3122 100644 --- a/include/sfx2/sidebar/SidebarToolBox.hxx +++ b/include/sfx2/sidebar/SidebarToolBox.hxx @@ -50,8 +50,6 @@ public: const Size& rRequestedSize = Size(), sal_uInt16 nPos = TOOLBOX_APPEND) override; - virtual void Paint (vcl::RenderContext& rRenderContext, const Rectangle& rRect) override; - virtual bool Notify (NotifyEvent& rEvent) override; css::uno::Reference<css::frame::XToolbarController> GetControllerForItemId(const sal_uInt16 nItemId) const; @@ -64,8 +62,6 @@ public: css::uno::Reference<css::frame::XToolbarController> GetFirstController(); private: - Image maItemSeparator; - class ItemDescriptor { public: diff --git a/include/sfx2/sidebar/Theme.hxx b/include/sfx2/sidebar/Theme.hxx index a9da7f680f92..6cec99863326 100644 --- a/include/sfx2/sidebar/Theme.hxx +++ b/include/sfx2/sidebar/Theme.hxx @@ -70,7 +70,6 @@ public: Image_Collapse, Image_TabBarMenu, Image_PanelMenu, - Image_ToolBoxItemSeparator, Image_Closer, Image_CloseIndicator, @@ -124,7 +123,6 @@ public: __Int_Bool, Bool_UseSystemColors, - Bool_UseToolBoxItemSeparator, Bool_IsHighContrastModeActive, __Bool_Rect, |