summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-17 13:54:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-17 13:54:54 +0200
commitf70a9eebf61c562fd9f4d9e4f128d3fc8a5c6473 (patch)
tree621c41fa52852570e7f7dc0dc639ac9e166c05af /svtools
parentdc6bf6c8ae94fd89f30e39d63dfe02fdb042e98d (diff)
loplugin:override
Change-Id: I2c33f5f91f16c465cb329204529b76e1c6165535
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/helpopt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/helpopt.cxx b/svtools/source/config/helpopt.cxx
index ca6b9c0ea2e4..3ba33a8b4440 100644
--- a/svtools/source/config/helpopt.cxx
+++ b/svtools/source/config/helpopt.cxx
@@ -65,7 +65,7 @@ class SvtHelpOptions_Impl : public utl::ConfigItem
public:
SvtHelpOptions_Impl();
- ~SvtHelpOptions_Impl();
+ ~SvtHelpOptions_Impl() override;
virtual void Notify( const css::uno::Sequence< OUString >& aPropertyNames ) override;
void Load( const css::uno::Sequence< OUString>& aPropertyNames);