summaryrefslogtreecommitdiff
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
commit856425daf0fa5d45808da07245b712c5d1a704a2 (patch)
tree94cf4870f0d0bb5f09bc9ea6d4133c6490e3aa76 /configmgr
parent16dfccdfb994997842b53125a09c6869260cdd37 (diff)
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 74a8b565c4..5c0c7cc27c 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