From f70a9eebf61c562fd9f4d9e4f128d3fc8a5c6473 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 17 Jun 2016 13:54:54 +0200 Subject: loplugin:override Change-Id: I2c33f5f91f16c465cb329204529b76e1c6165535 --- svtools/source/config/helpopt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') 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); -- cgit