summaryrefslogtreecommitdiff
path: root/include/vcl/settings.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-24 11:26:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-24 11:27:51 +0200
commit04a84913ead2f82510d91eea2bb8526274feeeae (patch)
treea123ff892b74a778c6ae61de2e5caa2ee916416f /include/vcl/settings.hxx
parenta250292c5eb7e4cdb2aa83bc08ae6c86c3ca65a1 (diff)
use o3tl::typed_flags in ConfigurationListener::ConfigurationChanged
Change-Id: I0ad7c02953aa53168dc242f1f374ab871728c84e
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r--include/vcl/settings.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index e8b7c0a6f28a..343559d7e080 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -45,6 +45,7 @@ struct ImplMiscData;
struct ImplHelpData;
struct ImplStyleData;
struct ImplAllSettingsData;
+enum class ConfigurationHints;
namespace vcl {
class I18nHelper;
@@ -701,7 +702,7 @@ public:
bool operator ==( const AllSettings& rSet ) const;
bool operator !=( const AllSettings& rSet ) const;
- static void LocaleSettingsChanged( sal_uInt32 nHint );
+ static void LocaleSettingsChanged( ConfigurationHints nHint );
SvtSysLocale& GetSysLocale();
};