diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:02:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:02:56 +0000 |
commit | 8ca5b9bf377aaa550af41b8e431883317be4618e (patch) | |
tree | bc188e1463845947b04e34c07b9664e8a4aef253 | |
parent | bb6211f608bfd5c28fc8aef515eb18659a73581c (diff) |
INTEGRATION: CWS dbgmacros1 (1.42.60); FILE MERGED
2003/04/09 10:44:09 kso 1.42.60.1: #108413# - debug macro unification.
-rw-r--r-- | dbaccess/source/core/api/column.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/column.cxx b/dbaccess/source/core/api/column.cxx index bbe1456c5299..37a8b42fbe43 100644 --- a/dbaccess/source/core/api/column.cxx +++ b/dbaccess/source/core/api/column.cxx @@ -2,9 +2,9 @@ * * $RCSfile: column.cxx,v $ * - * $Revision: 1.42 $ + * $Revision: 1.43 $ * - * last change: $Author: vg $ $Date: 2002-10-30 14:56:52 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:02:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -508,7 +508,7 @@ sal_Bool OColumnSettings::writeUITo(const OConfigurationNode& _rConfigNode, cons // extract it sal_Int32 nFormatKey = 0; -#ifdef _DEBUG +#if OSL_DEBUG_LEVEL > 0 sal_Bool bSuccess = #endif m_aFormatKey >>= nFormatKey; |