summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/navmgr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-07 10:17:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-07 12:06:35 +0000
commitd4f78fa3b61a54dca64504bd76990baf20e2313f (patch)
tree9b05eb19f939a694dc3b9db3efa31dc1d5735abb /sw/source/uibase/inc/navmgr.hxx
parentb7914a9a566413eac55c7e115da1cb3552cd58df (diff)
loplugin:unnecessaryvirtual in svx..sw
Change-Id: I4ae8de558550e6577c28b95e0aaed74f00d79c29 Reviewed-on: https://gerrit.libreoffice.org/30650 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/navmgr.hxx')
-rw-r--r--sw/source/uibase/inc/navmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/navmgr.hxx b/sw/source/uibase/inc/navmgr.hxx
index 9101b0e45e1f..733fd35f6208 100644
--- a/sw/source/uibase/inc/navmgr.hxx
+++ b/sw/source/uibase/inc/navmgr.hxx
@@ -21,7 +21,7 @@ class SwWrtShell;
struct SwPosition;
class SwUnoCursor;
-class SwNavigationMgr
+class SwNavigationMgr final
{
private:
/*
@@ -43,7 +43,7 @@ private:
public:
/* Constructor that initializes the shell to the current shell */
SwNavigationMgr( SwWrtShell & rShell );
- virtual ~SwNavigationMgr()
+ ~SwNavigationMgr()
{
SolarMutexGuard g;
m_entries.clear();