summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-17 06:21:11 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-17 06:21:11 +0000
commit290e7a83383b7268f422371fa7b26511035bb4df (patch)
tree5ccd3df0958bdd0574a829ca42ae42274aa205fa /configmgr
parent7771219035cdb9caacc47e9df9509e621fb57f70 (diff)
#i10000# Non-product builds still need isSimpleValueElement().
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/treemgr/noderef.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/noderef.cxx b/configmgr/source/treemgr/noderef.cxx
index 3856108024..905fe7900d 100644
--- a/configmgr/source/treemgr/noderef.cxx
+++ b/configmgr/source/treemgr/noderef.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: noderef.cxx,v $
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
* This file is part of OpenOffice.org.
*
@@ -1883,7 +1883,7 @@ static inline bool isRootNode(Tree const& aTree, NodeRef const& aNode)
return TreeImplHelper::offset(aNode) == TreeImplHelper::impl(aTree)->root_();
}
//-----------------------------------------------------------------------------
-#if OSL_DEBUG_LEVEL > 1
+#if OSL_DEBUG_LEVEL > 0
bool isSimpleValueElement(Tree const& aTree, NodeRef const& aNode)
{
OSL_PRECOND( !aNode.isValid() || !aTree.isEmpty(), "ERROR: Configuration: Tree operation requires a valid Tree");