diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 14:52:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 14:52:14 +0000 |
commit | cff2d6258fa020ebe49e798c72eda89d5f6ff903 (patch) | |
tree | b99aa316c20dc1b207ed53b0ffacf4f7380124f4 /sw/inc/SwNumberTree.hxx | |
parent | 5718769fe7ce5703ce2baaef797f8fdb8fe199bc (diff) |
INTEGRATION: CWS sw8u10bf05 (1.5.334); FILE MERGED
2008/02/25 08:28:51 od 1.5.334.2: RESYNC: (1.5-1.6); FILE MERGED
2008/01/25 10:39:16 ama 1.5.334.1: Fix #85182#: Remove unused functions
Diffstat (limited to 'sw/inc/SwNumberTree.hxx')
-rw-r--r-- | sw/inc/SwNumberTree.hxx | 7 |
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, |