summaryrefslogtreecommitdiff
path: root/unotools/source/config
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-09-20 11:51:39 +0000
committerOliver Specht <os@openoffice.org>2002-09-20 11:51:39 +0000
commit58a05841df59d4b10f03804dfc3a1f43889cc4f9 (patch)
treeb6d4bb86c6f03cb892920c052d1c7ac3a83396ec /unotools/source/config
parent91e3e9e52b9cfdd609c9fea4b9c2a80dc03c63c5 (diff)
#103532# assertion in AcquireTre() in debug code only
Diffstat (limited to 'unotools/source/config')
-rw-r--r--unotools/source/config/configmgr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/unotools/source/config/configmgr.cxx b/unotools/source/config/configmgr.cxx
index b3b2a014cf4f..e1fd749ff883 100644
--- a/unotools/source/config/configmgr.cxx
+++ b/unotools/source/config/configmgr.cxx
@@ -1,10 +1,10 @@
- /*************************************************************************
+ /*************************************************************************
*
* $RCSfile: configmgr.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: jb $ $Date: 2002-09-09 09:38:28 $
+ * last change: $Author: os $ $Date: 2002-09-20 12:51:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -286,7 +286,7 @@ Reference< XHierarchicalNameAccess> ConfigManager::AcquireTree(utl::ConfigItem&
C2U(cAccessSrvc),
aArgs);
}
-#ifdef DBG_UTIL
+#ifdef DEBUG
catch(Exception& rEx)
{
OString sMsg("CreateInstance exception: ");