summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/inc/SwNumberTree.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/inc/SwNumberTree.hxx b/sw/inc/SwNumberTree.hxx
index f3baab062e85..e23788ce5141 100644
--- a/sw/inc/SwNumberTree.hxx
+++ b/sw/inc/SwNumberTree.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SwNumberTree.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2008-02-26 10:28:40 $
+ * last change: $Author: vg $ $Date: 2008-03-18 15:52:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,9 +46,6 @@ class SwNumberTreeNode;
bool SwNumberTreeNodeLessThan (const SwNumberTreeNode * pA,
const SwNumberTreeNode * pB);
-bool SwNumberTreeNodeGreaterEqual (const SwNumberTreeNode * pA,
- const SwNumberTreeNode * pB);
-
struct compSwNumberTreeNodeLessThan
{
bool operator()(const SwNumberTreeNode * pA,