From 029d1e2dcd9108bf82932d1b800f163db6f0433d Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 16:38:55 +0000 Subject: INTEGRATION: CWS dbgmacros1 (1.3.68); FILE MERGED 2003/04/09 10:23:32 kso 1.3.68.1: #108413# - debug macro unification. --- connectivity/source/drivers/mozab/mozillasrc/MNameMapper.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.cxx b/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.cxx index 02d0899b9e17..53e7d75b4f55 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.cxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MNameMapper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: MNameMapper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2001-11-26 13:52:26 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:38:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,11 +62,11 @@ #include -#ifdef _DEBUG +#if OSL_DEBUG_LEVEL > 0 # define OUtoCStr( x ) ( ::rtl::OUStringToOString ( (x), RTL_TEXTENCODING_ASCII_US).getStr()) -#else /* _DEBUG */ +#else /* OSL_DEBUG_LEVEL */ # define OUtoCStr( x ) ("dummy") -#endif /* _DEBUG */ +#endif /* OSL_DEBUG_LEVEL */ using namespace connectivity::mozab; -- cgit