diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:36:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:36:29 +0000 |
commit | 5cbf7777953b667d0ba12b8132e45969311d8a8c (patch) | |
tree | 30c8bada08cc03a8e909bdc3e4d2b890808a7419 /connectivity | |
parent | f19354121a07179034ce87cb9ed59b4b3eba0104 (diff) |
INTEGRATION: CWS dbgmacros1 (1.6.50); FILE MERGED
2003/04/09 10:23:23 kso 1.6.50.1: #108413# - debug macro unification.
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/ado/AResultSetMetaData.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/ado/AResultSetMetaData.cxx b/connectivity/source/drivers/ado/AResultSetMetaData.cxx index 7d06439df279..003fcaa26cdf 100644 --- a/connectivity/source/drivers/ado/AResultSetMetaData.cxx +++ b/connectivity/source/drivers/ado/AResultSetMetaData.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AResultSetMetaData.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: oj $ $Date: 2002-11-29 12:24:20 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:36:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -203,7 +203,7 @@ sal_Bool SAL_CALL OResultSetMetaData::isAutoIncrement( sal_Int32 column ) throw( if ( aProps.IsValid() ) { bRet = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ISAUTOINCREMENT")) ); -#ifdef _DEBUG +#if OSL_DEBUG_LEVEL > 0 sal_Int32 nCount = aProps.GetItemCount(); for (sal_Int32 i = 0; i<nCount; ++i) { |