[Libreoffice-commits] core.git: svtools/source

Stephan Bergmann sbergman at redhat.com
Tue Jun 21 08:22:08 UTC 2016


 svtools/source/config/optionsdrawinglayer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 85fba6b5b7f516e359d015ad31325feefffe1126
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jun 21 10:21:46 2016 +0200

    loplugin:override
    
    Change-Id: I8ce79a9c4398657e2a6b4c94fecd21ade71e4ed0

diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx
index fbf76ea..4964e9b 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;
 


More information about the Libreoffice-commits mailing list