summaryrefslogtreecommitdiffstats
path: root/configmgr
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:09:34 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:09:34 +0000
commit4fd534856067d80429835fb3a08515eb1349a1de (patch)
tree33fb1753182c7e8d6147339a6fe9392733fbad44 /configmgr
parentINTEGRATION: CWS sb88 (1.6.10); FILE MERGED (diff)
downloadcore-4fd534856067d80429835fb3a08515eb1349a1de.tar.gz
core-4fd534856067d80429835fb3a08515eb1349a1de.zip
INTEGRATION: CWS sb88 (1.5.10); FILE MERGED
2008/06/03 15:29:54 sb 1.5.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/treemgr/viewnode.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/configmgr/source/treemgr/viewnode.hxx b/configmgr/source/treemgr/viewnode.hxx
index 524f2c2da20e..e4db05cec46d 100644
--- a/configmgr/source/treemgr/viewnode.hxx
+++ b/configmgr/source/treemgr/viewnode.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: viewnode.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -85,7 +85,6 @@ namespace configmgr
bool is() const { return m_addr != 0; }
Node getParent() const;
- Node getNextSibling() const;
bool isSetNode() const { return is() && data().isSetNode(); }
bool isGroupNode() const { return is() && data().isGroupNode(); }
@@ -135,8 +134,6 @@ namespace configmgr
Tree tree() const // has a Tree
{ return m_node.tree(); }
-
- data::ValueNodeAccess getAccess() const; // has a NodeAccess
};
//-------------------------------------------------------------------------
struct GroupNode // has/is a Node