diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:39:23 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:39:23 +0000 |
commit | 5bffe672653a70c2a007ccecaad71d832aab3340 (patch) | |
tree | 36d1b66b36d6ddacd5ab5e756495f5d24d269a38 /connectivity/source | |
parent | b96e85676147d0444f3f7d5265959aaeeb8bd544 (diff) |
INTEGRATION: CWS dbgmacros1 (1.30.56); FILE MERGED
2003/04/09 10:23:33 kso 1.30.56.1: #108413# - debug macro unification.
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/odbc/OStatement.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/odbc/OStatement.cxx b/connectivity/source/drivers/odbc/OStatement.cxx index 316628927ee6..1726586355e8 100644 --- a/connectivity/source/drivers/odbc/OStatement.cxx +++ b/connectivity/source/drivers/odbc/OStatement.cxx @@ -2,9 +2,9 @@ * * $RCSfile: OStatement.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: vg $ $Date: 2002-07-25 12:54:48 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:39:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,7 +117,7 @@ using namespace ::comphelper; #define THROW_SQL(x) \ OTools::ThrowException(m_pConnection,x,m_aStatementHandle,SQL_HANDLE_STMT,*this) -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 #define DEBUG_THROW \ try \ { \ |