summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-21 10:21:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-21 10:21:46 +0200
commit85fba6b5b7f516e359d015ad31325feefffe1126 (patch)
treee2d3c794d931b46b8c64739560589cda2a712bdb /svtools
parent81e3ca4f60e6ac0823c1233841c22a759cfe937f (diff)
loplugin:override
Change-Id: I8ce79a9c4398657e2a6b4c94fecd21ade71e4ed0
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/optionsdrawinglayer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx
index fbf76eadf13a..4964e9b13738 100644
--- a/svtools/source/config/optionsdrawinglayer.cxx
+++ b/svtools/source/config/optionsdrawinglayer.cxx
@@ -156,7 +156,7 @@ class SvtOptionsDrawinglayer_Impl : public ConfigItem
{
public:
SvtOptionsDrawinglayer_Impl();
- ~SvtOptionsDrawinglayer_Impl();
+ ~SvtOptionsDrawinglayer_Impl() override;
virtual void Notify( const css::uno::Sequence<OUString>& aPropertyNames) override;