diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:16:15 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:16:15 +0000 |
commit | 1fce046aae96d0d830e859876ce6b048b93b4792 (patch) | |
tree | 9aab53fdc7cb5fd049287a71ce2e522063fb9d1a /configmgr | |
parent | 8d5f8704e0a806db3744cac46e0cdd14fd4639bd (diff) |
INTEGRATION: CWS dbgmacros1 (1.11.6); FILE MERGED
2003/04/09 10:20:59 kso 1.11.6.1: #108413# - debug macro unification.
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/api2/accessimpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/api2/accessimpl.cxx b/configmgr/source/api2/accessimpl.cxx index 12fe46faa384..26d3b0325875 100644 --- a/configmgr/source/api2/accessimpl.cxx +++ b/configmgr/source/api2/accessimpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: accessimpl.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2003-03-19 16:18:25 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:16:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -672,7 +672,7 @@ sal_Bool implHasByName(NodeAccess& rNode, const OUString& sName ) throw(RuntimeE return hasChildOrElement(lock.getTree(), lock.getNode(), aChildName); } -#ifdef _DEBUG +#if OSL_DEBUG_LEVEL > 0 catch (configuration::InvalidName& ex) { ExceptionMapper e(ex); |