summaryrefslogtreecommitdiff
path: root/svtools/source/config/colorcfg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-22 10:03:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-22 14:53:01 +0200
commitc76e30707e08705a90bbfc089975b0cafd84dc8a (patch)
tree000536a662a08b0eebc2f65c632ba60e5f5d6086 /svtools/source/config/colorcfg.cxx
parent0e8e1c1881f3f00c76aa47aa1652f4cec343c256 (diff)
loplugin:constmethod in svtools
Change-Id: I24e2a5844f24b9a3c973e064dad832573339dc7b Reviewed-on: https://gerrit.libreoffice.org/77946 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/config/colorcfg.cxx')
-rw-r--r--svtools/source/config/colorcfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx
index 10f4c0e6f63f..5f1cb50ba254 100644
--- a/svtools/source/config/colorcfg.cxx
+++ b/svtools/source/config/colorcfg.cxx
@@ -93,7 +93,7 @@ public:
using ConfigItem::SetModified;
using ConfigItem::ClearModified;
void SettingsChanged();
- bool GetAutoDetectSystemHC() {return m_bAutoDetectSystemHC;}
+ bool GetAutoDetectSystemHC() const {return m_bAutoDetectSystemHC;}
DECL_LINK( DataChangedEventListener, VclSimpleEvent&, void );