diff options
Diffstat (limited to 'include/unotools/fltrcfg.hxx')
-rw-r--r-- | include/unotools/fltrcfg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/fltrcfg.hxx b/include/unotools/fltrcfg.hxx index a6954ffb3a5b..35f79178bc80 100644 --- a/include/unotools/fltrcfg.hxx +++ b/include/unotools/fltrcfg.hxx @@ -35,7 +35,7 @@ private: public: SvtFilterOptions(); - virtual ~SvtFilterOptions(); + virtual ~SvtFilterOptions() override; virtual void Notify( const css::uno::Sequence<OUString>& aPropertyNames) override; void Load(); |