summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:08:32 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:08:32 +0000
commitab9790f625801944a84ce0ec432f3df6fc5c1b88 (patch)
treea1068631d03b9ef5a6cc06c6099fc4aa0a146713 /configmgr
parentd35c0f6a8eff69b6b165b95e119750191eb96817 (diff)
INTEGRATION: CWS sb88 (1.26.10); FILE MERGED
2008/06/03 15:29:54 sb 1.26.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/treemgr/treeimpl.hxx25
1 files changed, 3 insertions, 22 deletions
diff --git a/configmgr/source/treemgr/treeimpl.hxx b/configmgr/source/treemgr/treeimpl.hxx
index 60219d005f..c50b6c41f5 100644
--- a/configmgr/source/treemgr/treeimpl.hxx
+++ b/configmgr/source/treemgr/treeimpl.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: treeimpl.hxx,v $
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
* This file is part of OpenOffice.org.
*
@@ -286,15 +286,6 @@ namespace configmgr
*/
NodeOffset firstChild_ (NodeOffset nParent) const;
- /** gets the <type>NodeOffset</type> of the next node
- after <var>nNode</var> in this tree (in list order)
- that has the same parent node,
- or 0 (zero) if there is no such node
- <p>PRE: <code>isValidNode(nNode)</code>
- </p>
- */
- NodeOffset nextSibling_(NodeOffset nNode) const;
-
/** gets the <type>NodeOffset</type> of the first child node
of node <var>nParent</var> that is after
node <var>nNode</var> in this tree (in list order)
@@ -331,9 +322,6 @@ namespace configmgr
NodeImpl const& nodeImpl(NodeOffset nNode) const { return nodeData(nNode)->nodeImpl(); }
NodeOffset nodeOffset(NodeData const & rNodeData) const;
- // dynamic_cast replacement
- RootTreeImpl * asRootTree();
- RootTreeImpl const * asRootTree() const;
ElementTreeImpl * asElementTree();
ElementTreeImpl const* asElementTree() const;
@@ -445,8 +433,6 @@ namespace configmgr
void takeTreeBack(data::TreeSegment const& _aElementData);
/// release ownership
- data::TreeSegment getOwnedTree() const;
- /// release ownership
data::TreeSegment releaseOwnedTree();
// context operation
@@ -546,12 +532,6 @@ namespace configmgr
ValueRef makeValue(Name const& aName, NodeOffset nParentOffset);
static
- AnyNodeRef makeAnyNode(NodeOffset nOffset, TreeDepth nDepth);
-
- static
- AnyNodeRef makeAnyNode(Name const& aName, NodeOffset nParentOffset);
-
- static
TreeImpl* impl(Tree const& aTree);
static
@@ -582,12 +562,13 @@ namespace configmgr
//-----------------------------------------------------------------------------
class ElementTree;
//-----------------------------------------------------------------------------
-
+#if OSL_DEBUG_LEVEL > 0
struct ElementHelper
{
static
UnoType getUnoType(ElementTree const& aElement);
};
+#endif
//-----------------------------------------------------------------------------
}
//-----------------------------------------------------------------------------