summaryrefslogtreecommitdiff
path: root/sw/inc/SwNumberTree.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-08 11:12:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-08 12:33:03 +0200
commit40ea896e5c378c36ab41dbbbb06b43b8ec2c231f (patch)
tree78a8663662040540342c2431adecf28cb687aacf /sw/inc/SwNumberTree.hxx
parent9a51e3784b2a90fd5d175424c24a89fc5775eef3 (diff)
loplugin:unnecessaryvirtual
Change-Id: I7aa23e56f2c126bf505262454408340b557f13cf Reviewed-on: https://gerrit.libreoffice.org/40865 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/SwNumberTree.hxx')
-rw-r--r--sw/inc/SwNumberTree.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/SwNumberTree.hxx b/sw/inc/SwNumberTree.hxx
index f87c82c6d549..283956f681e2 100644
--- a/sw/inc/SwNumberTree.hxx
+++ b/sw/inc/SwNumberTree.hxx
@@ -396,8 +396,7 @@ protected:
@param bRecursive descend to children
@param rParents vector for recording path
*/
- virtual void IsSane
- (bool bRecursive, std::vector<const SwNumberTreeNode *> rParents) const;
+ void IsSane(bool bRecursive, std::vector<const SwNumberTreeNode *> rParents) const;
#endif // DBG_UTIL
/**