summaryrefslogtreecommitdiff
path: root/include/unotools/fltrcfg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/fltrcfg.hxx')
-rw-r--r--include/unotools/fltrcfg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/fltrcfg.hxx b/include/unotools/fltrcfg.hxx
index b95242fe4b12..7a793e64686e 100644
--- a/include/unotools/fltrcfg.hxx
+++ b/include/unotools/fltrcfg.hxx
@@ -34,8 +34,8 @@ public:
SvtFilterOptions();
virtual ~SvtFilterOptions();
- virtual void Notify( const com::sun::star::uno::Sequence<OUString>& aPropertyNames);
- virtual void Commit();
+ virtual void Notify( const com::sun::star::uno::Sequence<OUString>& aPropertyNames) SAL_OVERRIDE;
+ virtual void Commit() SAL_OVERRIDE;
void Load();
void SetLoadWordBasicCode( bool bFlag );