diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-17 06:21:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-17 06:21:11 +0000 |
commit | 6afc211d5c3b893604f08302150881dc2c335556 (patch) | |
tree | 57b0271507b8b08074bacaaa859f54f659cd04cf /configmgr | |
parent | 266d73b87ad4ab305a9a6c3bfa9084a9671bdc63 (diff) |
#i10000# Non-product builds still need isSimpleValueElement().
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/treemgr/noderef.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/noderef.cxx b/configmgr/source/treemgr/noderef.cxx index 858a1a82b2aa..2a784869b1b5 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"); |