summaryrefslogtreecommitdiff
path: root/include/unotools/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/options.hxx')
-rw-r--r--include/unotools/options.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/options.hxx b/include/unotools/options.hxx
index 86b9bea021e6..a176aaf1c413 100644
--- a/include/unotools/options.hxx
+++ b/include/unotools/options.hxx
@@ -85,7 +85,7 @@ private:
UNOTOOLS_DLLPRIVATE void operator =(Options &); // not defined
protected:
- virtual void ConfigurationChanged( ::utl::ConfigurationBroadcaster* p, sal_uInt32 nHint=0 );
+ virtual void ConfigurationChanged( ::utl::ConfigurationBroadcaster* p, sal_uInt32 nHint=0 ) SAL_OVERRIDE;
};
} }