summaryrefslogtreecommitdiff
path: root/include/unotools/syslocaleoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/syslocaleoptions.hxx')
-rw-r--r--include/unotools/syslocaleoptions.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/syslocaleoptions.hxx b/include/unotools/syslocaleoptions.hxx
index 4dcfaf910509..444b3969747e 100644
--- a/include/unotools/syslocaleoptions.hxx
+++ b/include/unotools/syslocaleoptions.hxx
@@ -47,7 +47,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSysLocaleOptions : public utl::detai
static sal_Int32 nRefCount;
UNOTOOLS_DLLPRIVATE static ::osl::Mutex& GetMutex();
- virtual void ConfigurationChanged( utl::ConfigurationBroadcaster* p, sal_uInt32 nHint ) SAL_OVERRIDE;
+ virtual void ConfigurationChanged( utl::ConfigurationBroadcaster* p, sal_uInt32 nHint ) override;
public:
@@ -91,7 +91,7 @@ public:
BlockBroadcasts(false) or otherwise pending hints would never be
broadcasted again.
*/
- virtual void BlockBroadcasts( bool bBlock ) SAL_OVERRIDE;
+ virtual void BlockBroadcasts( bool bBlock ) override;
// config value access methods