diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:39:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:39:33 +0000 |
commit | a06ed13d384c9a8a524652211f5bd3826ac2c8a4 (patch) | |
tree | 7297dc6eff5639f6fcf36214626b6f6bb37fe837 /connectivity/source | |
parent | 5bffe672653a70c2a007ccecaad71d832aab3340 (diff) |
INTEGRATION: CWS dbgmacros1 (1.7.62); FILE MERGED
2003/04/09 10:23:34 kso 1.7.62.1: #108413# - debug macro unification.
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/inc/ado/Aolewrap.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/ado/Aolewrap.hxx b/connectivity/source/inc/ado/Aolewrap.hxx index a75ca1cc2086..beb120b9cca0 100644 --- a/connectivity/source/inc/ado/Aolewrap.hxx +++ b/connectivity/source/inc/ado/Aolewrap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Aolewrap.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: fs $ $Date: 2002-01-18 16:23:14 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:39:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -225,7 +225,7 @@ namespace connectivity T* pT = NULL; if (FAILED(pInterface->get_Item(OLEVariant(sStr), &pT))) { -#ifdef _DEBUG +#if OSL_DEBUG_LEVEL > 0 ::rtl::OString sTemp("Unknown Item: "); sTemp += ::rtl::OString(sStr.getStr(),sStr.getLength(),osl_getThreadTextEncoding()); OSL_ENSURE(0,sTemp); |