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

Stephan Bergmann sbergman at redhat.com
Thu May 26 10:43:05 UTC 2016


 sw/source/uibase/sidebar/PageFooterPanel.hxx |    2 +-
 sw/source/uibase/sidebar/PageFormatPanel.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cc8bbf9392336371ba65e04aa13bed82d9e45a70
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu May 26 12:42:36 2016 +0200

    loplugin:override
    
    Change-Id: Id9ffc0d790006638584792cd7a0d1c798e686a22

diff --git a/sw/source/uibase/sidebar/PageFooterPanel.hxx b/sw/source/uibase/sidebar/PageFooterPanel.hxx
index f02a7d8..4286cb6 100644
--- a/sw/source/uibase/sidebar/PageFooterPanel.hxx
+++ b/sw/source/uibase/sidebar/PageFooterPanel.hxx
@@ -68,7 +68,7 @@ public:
         const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rxFrame,
         SfxBindings* pBindings);
     virtual ~PageFooterPanel();
-    virtual void dispose();
+    virtual void dispose() override;
 
 private:
 
diff --git a/sw/source/uibase/sidebar/PageFormatPanel.hxx b/sw/source/uibase/sidebar/PageFormatPanel.hxx
index c6797e4..178f062 100644
--- a/sw/source/uibase/sidebar/PageFormatPanel.hxx
+++ b/sw/source/uibase/sidebar/PageFormatPanel.hxx
@@ -69,7 +69,7 @@ public:
         const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rxFrame,
         SfxBindings* pBindings);
     virtual ~PageFormatPanel();
-    virtual void dispose();
+    virtual void dispose() override;
 
 private:
 


More information about the Libreoffice-commits mailing list