summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-11-06 13:14:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-11-06 17:16:29 +0100
commit124da70f50b526381a979d059e8e5f54c8717208 (patch)
tree5689cf123552827b25b3f051b7ddc26495943387 /include
parentde78304d92140901d19a6ea17bdc1d568df955c4 (diff)
drop some unused sidebar theme properties and enums
Change-Id: I6f5aa8e43f6f3fa5df530f9d73d64faf9152e85b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105406 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/Theme.hxx15
1 files changed, 2 insertions, 13 deletions
diff --git a/include/sfx2/sidebar/Theme.hxx b/include/sfx2/sidebar/Theme.hxx
index a1500364d7d2..ebe5ec8b496a 100644
--- a/include/sfx2/sidebar/Theme.hxx
+++ b/include/sfx2/sidebar/Theme.hxx
@@ -87,10 +87,6 @@ public:
Paint_TabItemBackgroundHighlight,
Paint_HorizontalBorder,
Paint_VerticalBorder,
- Paint_ToolBoxBackground,
- Paint_ToolBoxBorderTopLeft,
- Paint_ToolBoxBorderCenterCorners,
- Paint_ToolBoxBorderBottomRight,
Paint_DropDownBackground,
Paint_Int_,
@@ -118,13 +114,8 @@ public:
Bool_UseSystemColors,
Bool_IsHighContrastModeActive,
- Bool_Rect_,
-
- Rect_ToolBoxPadding,
- Rect_ToolBoxBorder,
-
- Post_Rect_,
- End_=Post_Rect_
+ Post_Bool_,
+ End_=Post_Bool_
};
static Image GetImage (const ThemeItem eItem);
@@ -182,7 +173,6 @@ private:
std::vector<Paint> maPaints;
std::vector<sal_Int32> maIntegers;
std::vector<bool> maBooleans;
- std::vector<tools::Rectangle> maRectangles;
bool mbIsHighContrastMode;
bool mbIsHighContrastModeSetManually;
@@ -207,7 +197,6 @@ private:
PT_Paint,
PT_Integer,
PT_Boolean,
- PT_Rectangle,
PT_Invalid
};