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 8ae33d17abd5..b1aa2f8ab2b0 100644
--- a/include/unotools/fltrcfg.hxx
+++ b/include/unotools/fltrcfg.hxx
@@ -30,13 +30,13 @@ private:
const com::sun::star::uno::Sequence<OUString>& GetPropertyNames();
- virtual void ImplCommit() SAL_OVERRIDE;
+ virtual void ImplCommit() override;
public:
SvtFilterOptions();
virtual ~SvtFilterOptions();
- virtual void Notify( const com::sun::star::uno::Sequence<OUString>& aPropertyNames) SAL_OVERRIDE;
+ virtual void Notify( const com::sun::star::uno::Sequence<OUString>& aPropertyNames) override;
void Load();
void SetLoadWordBasicCode( bool bFlag );