diff options
author | Oliver Specht <os@openoffice.org> | 2002-09-25 06:51:42 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-09-25 06:51:42 +0000 |
commit | 78691683c6de216301ee835b852442eeff72b861 (patch) | |
tree | ff875f1c50d6c1caf18bb917c3735669223632e0 /unotools/source/config/configitem.cxx | |
parent | 07851436b4e9cfba390e4d5941d7a523d3b80ac7 (diff) |
#103532# assertion changes reverted
Diffstat (limited to 'unotools/source/config/configitem.cxx')
-rw-r--r-- | unotools/source/config/configitem.cxx | 6 |
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-------------------------------- |