summaryrefslogtreecommitdiff
path: root/include/svx/tbxcolorupdate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/tbxcolorupdate.hxx')
-rw-r--r--include/svx/tbxcolorupdate.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/tbxcolorupdate.hxx b/include/svx/tbxcolorupdate.hxx
index d9feb8da06f1..1c2ff45e185a 100644
--- a/include/svx/tbxcolorupdate.hxx
+++ b/include/svx/tbxcolorupdate.hxx
@@ -68,7 +68,7 @@ namespace svx
ToolboxButtonColorUpdaterBase& operator =(ToolboxButtonColorUpdaterBase const &) = delete;
protected:
- bool const mbWideButton;
+ bool mbWideButton;
bool mbWasHiContrastMode;
Color maCurColor;
tools::Rectangle maUpdRect;
@@ -96,7 +96,7 @@ namespace svx
private:
- sal_uInt16 const mnBtnId;
+ sal_uInt16 mnBtnId;
VclPtr<ToolBox> mpTbx;
virtual void SetQuickHelpText(const OUString& rText) override;