summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-01-16 23:21:53 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-01-16 23:38:30 +0100
commit7f7a0275be241b8a5e1d1cda0a1da613e3af61d3 (patch)
treed37e982980425971daf87655515977baca4f2fc1 /include
parent31321832dc043b959c6a3b6a6a1f4c49576d3751 (diff)
fdo#71511: reload ColorConfig after tweaking relevant a11y settings
note that the autodetect HC option is somewhat broken anyway: it resets the icon theme hard, so there are not simple roundtrips enableing/disabling it for that, but those havent been there before either. Change-Id: Ia35a41717224dfb7437054bb885c61d7e0b189d7
Diffstat (limited to 'include')
-rw-r--r--include/svtools/colorcfg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/colorcfg.hxx b/include/svtools/colorcfg.hxx
index 2872f4c03977..ddc84850bf71 100644
--- a/include/svtools/colorcfg.hxx
+++ b/include/svtools/colorcfg.hxx
@@ -105,6 +105,7 @@ public:
// instead of the automatic color
ColorConfigValue GetColorValue(ColorConfigEntry eEntry, sal_Bool bSmart = sal_True)const;
static Color GetDefaultColor(ColorConfigEntry eEntry);
+ void Reload();
};
class SVT_DLLPUBLIC EditableColorConfig