summaryrefslogtreecommitdiffstats
path: root/sw/inc/SwNumberTree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/SwNumberTree.hxx')
-rw-r--r--sw/inc/SwNumberTree.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/SwNumberTree.hxx b/sw/inc/SwNumberTree.hxx
index f9fe9b57c299..cbfa62829a4b 100644
--- a/sw/inc/SwNumberTree.hxx
+++ b/sw/inc/SwNumberTree.hxx
@@ -207,7 +207,7 @@ public:
@retval true pNode is first child of this node
@retval false else
*/
- virtual bool IsFirst(const SwNumberTreeNode * pNode) const;
+ bool IsFirst(const SwNumberTreeNode * pNode) const;
/**
Return if this node if the first non-phantom node in the tree.
@@ -215,7 +215,7 @@ public:
@retval true this node is the first non-phantom node in the tree
@retval false else
*/
- virtual bool IsFirst() const;
+ bool IsFirst() const;
/**
Return if this node is a phantom.