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

Stephan Bergmann sbergman at redhat.com
Tue May 26 06:43:24 PDT 2015


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

New commits:
commit e8997fb9a90e82e125900a4ef4598cc89bcb9d9e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue May 26 15:42:27 2015 +0200

    loplugin:saloverride
    
    Change-Id: I92e0b152b892a65480d822d6ac26662972194546

diff --git a/sw/source/uibase/inc/navmgr.hxx b/sw/source/uibase/inc/navmgr.hxx
index 6eabe4c..2830959 100644
--- a/sw/source/uibase/inc/navmgr.hxx
+++ b/sw/source/uibase/inc/navmgr.hxx
@@ -42,7 +42,7 @@ private:
 public:
     /* Constructor that initializes the shell to the current shell */
     SwNavigationMgr( SwWrtShell & rShell );
-    ~SwNavigationMgr()
+    virtual ~SwNavigationMgr()
     {
         for(auto pEntry : m_entries)
         {


More information about the Libreoffice-commits mailing list