summaryrefslogtreecommitdiff
path: root/unotools/source/config/configitem.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-09-25 06:51:42 +0000
committerOliver Specht <os@openoffice.org>2002-09-25 06:51:42 +0000
commit78691683c6de216301ee835b852442eeff72b861 (patch)
treeff875f1c50d6c1caf18bb917c3735669223632e0 /unotools/source/config/configitem.cxx
parent07851436b4e9cfba390e4d5941d7a523d3b80ac7 (diff)
#103532# assertion changes reverted
Diffstat (limited to 'unotools/source/config/configitem.cxx')
-rw-r--r--unotools/source/config/configitem.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx
index bff9fae5cdc4..a0d43c0b5a23 100644
--- a/unotools/source/config/configitem.cxx
+++ b/unotools/source/config/configitem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configitem.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: os $ $Date: 2002-09-20 12:50:53 $
+ * last change: $Author: os $ $Date: 2002-09-25 07:51:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1340,9 +1340,7 @@ Reference< XHierarchicalNameAccess> ConfigItem::GetTree()
xRet = pImpl->pManager->AcquireTree(*this);
else
xRet = m_xHierarchyAccess;
-#ifdef DEBUG
OSL_ENSURE(xRet.is(), "AcquireTree failed");
-#endif
return xRet;
}
/* -----------------------------22.06.01 08:42--------------------------------