diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:39:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:39:55 +0000 |
commit | ccef48f89e2241e12b66cc15fe15cbf374744667 (patch) | |
tree | d24afa92001077d494a4bfd9ee06b24ca5176765 | |
parent | 1fac969093121afc4eb570b31cda05eba9a14dd0 (diff) |
INTEGRATION: CWS dbgmacros1 (1.10.72); FILE MERGED
2003/04/09 10:23:36 kso 1.10.72.1: #108413# - debug macro unification.
-rw-r--r-- | connectivity/source/manager/mdrivermanager.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/manager/mdrivermanager.cxx b/connectivity/source/manager/mdrivermanager.cxx index 285476b55663..6e63908a11e4 100644 --- a/connectivity/source/manager/mdrivermanager.cxx +++ b/connectivity/source/manager/mdrivermanager.cxx @@ -2,9 +2,9 @@ * * $RCSfile: mdrivermanager.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2001-10-17 12:56:43 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:39:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -276,7 +276,7 @@ Any SAL_CALL ODriverEnumeration::nextElement( ) throw(NoSuchElementException, W { // obtain the preference list Any aPreferences = xDriverManagerNode->getByName(sDriverPreferenceLocation); - #ifdef _DEBUG + #if OSL_DEBUG_LEVEL > 0 sal_Bool bSuccess = #endif aPreferences >>= _rPrecedence; |