summaryrefslogtreecommitdiff
path: root/unotools/source/config/fltrcfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/fltrcfg.cxx')
-rw-r--r--unotools/source/config/fltrcfg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/source/config/fltrcfg.cxx b/unotools/source/config/fltrcfg.cxx
index 54e5453b5a80..8371b3089e0a 100644
--- a/unotools/source/config/fltrcfg.cxx
+++ b/unotools/source/config/fltrcfg.cxx
@@ -61,8 +61,8 @@ public:
bLoadVBA(false),
bSaveVBA(false) {}
~SvtAppFilterOptions_Impl();
- virtual void Commit();
- virtual void Notify( const com::sun::star::uno::Sequence<OUString>& aPropertyNames);
+ virtual void Commit() SAL_OVERRIDE;
+ virtual void Notify( const com::sun::star::uno::Sequence<OUString>& aPropertyNames) SAL_OVERRIDE;
void Load();
bool IsLoad() const {return bLoadVBA;}
@@ -133,7 +133,7 @@ public:
SvtAppFilterOptions_Impl(rRoot),
bLoadExecutable(false)
{}
- virtual void Commit();
+ virtual void Commit() SAL_OVERRIDE;
void Load();
bool IsLoadExecutable() const {return bLoadExecutable;}
@@ -179,7 +179,7 @@ public:
SvtAppFilterOptions_Impl(rRoot),
bLoadExecutable(false)
{}
- virtual void Commit();
+ virtual void Commit() SAL_OVERRIDE;
void Load();
bool IsLoadExecutable() const {return bLoadExecutable;}