summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:03:18 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:03:18 +0000
commitb556f0390663e76f909de5d9796922e644e006d3 (patch)
tree28877cedb3c491bbb88a6f7c44721b036eceebb3
parentcf6908ef817f02f633542669caed577413262227 (diff)
INTEGRATION: CWS dbgmacros1 (1.49.14); FILE MERGED
2003/04/09 10:44:12 kso 1.49.14.1: #108413# - debug macro unification.
-rw-r--r--dbaccess/source/ui/browser/genericcontroller.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx
index 984552361f80..2a0eed5e3494 100644
--- a/dbaccess/source/ui/browser/genericcontroller.cxx
+++ b/dbaccess/source/ui/browser/genericcontroller.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: genericcontroller.cxx,v $
*
- * $Revision: 1.49 $
+ * $Revision: 1.50 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 17:52:12 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:03:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1063,7 +1063,7 @@ namespace
}
else
{
-#ifdef _DEBUG
+#if OSL_DEBUG_LEVEL > 0
Sequence< ::rtl::OUString > sServiceNames = xSI->getSupportedServiceNames();
const ::rtl::OUString* pLoop = sServiceNames.getConstArray();
for ( sal_Int32 i=0; i<sServiceNames.getLength(); ++i, ++pLoop )