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

Miklos Vajna vmiklos at collabora.co.uk
Wed Apr 26 12:36:04 UTC 2017


 sw/source/uibase/inc/navmgr.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fd325a0e3d54338f0601a9888baa27aceb835c9b
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Apr 26 14:33:26 2017 +0200

    sw: fix loplugin:override warning
    
    Change-Id: I3c8847400adbfb9a843b1a47ec86c28c54c41b95

diff --git a/sw/source/uibase/inc/navmgr.hxx b/sw/source/uibase/inc/navmgr.hxx
index dffe1cb32ca9..c0d22e932a5a 100644
--- a/sw/source/uibase/inc/navmgr.hxx
+++ b/sw/source/uibase/inc/navmgr.hxx
@@ -43,7 +43,7 @@ private:
 public:
     /* Constructor that initializes the shell to the current shell */
     SwNavigationMgr( SwWrtShell & rShell );
-    ~SwNavigationMgr();
+    ~SwNavigationMgr() override;
     /* Can we go back in the history ? */
     bool backEnabled() ;
     /* Can we go forward in the history ? */


More information about the Libreoffice-commits mailing list