diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-17 13:54:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-17 13:54:54 +0200 |
commit | f70a9eebf61c562fd9f4d9e4f128d3fc8a5c6473 (patch) | |
tree | 621c41fa52852570e7f7dc0dc639ac9e166c05af /svtools | |
parent | dc6bf6c8ae94fd89f30e39d63dfe02fdb042e98d (diff) |
loplugin:override
Change-Id: I2c33f5f91f16c465cb329204529b76e1c6165535
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/helpopt.cxx | 2 |
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); |