summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-16 12:36:17 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-16 12:36:17 +0000
commit49241dc40f06aed056f2506d32aa596ca85ce537 (patch)
treeccb91b1e6a7e03da4dbde0485fd26e2548f50a01 /configmgr
parentb78d754321f1f7598bcfc324854af248eec1a7db (diff)
INTEGRATION: CWS sb88 (1.11.10); FILE MERGED
2008/06/03 15:29:47 sb 1.11.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/backend/layerupdatebuilder.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/backend/layerupdatebuilder.cxx b/configmgr/source/backend/layerupdatebuilder.cxx
index 18e77a016d82..f2c53cb47da5 100644
--- a/configmgr/source/backend/layerupdatebuilder.cxx
+++ b/configmgr/source/backend/layerupdatebuilder.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: layerupdatebuilder.cxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@@ -277,12 +277,13 @@ bool LayerUpdateBuilder::isActive() const
return m_pCurrentNode != 0;
}
// -----------------------------------------------------------------------------
-
+#if OSL_DEBUG_LEVEL > 0
bool LayerUpdateBuilder::isComplete() const
{
OSL_ENSURE( !m_pCurrentNode || !m_aUpdate.isEmpty(), "LayerUpdateBuilder: Invariant violation: got a current node without a layer");
return !m_aUpdate.isEmpty() && m_pCurrentNode == NULL;
}
+#endif
// -----------------------------------------------------------------------------
bool LayerUpdateBuilder::isPropertyActive() const