diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:38:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:38:55 +0000 |
commit | 029d1e2dcd9108bf82932d1b800f163db6f0433d (patch) | |
tree | b3ef98b27cbf0ae464ad6cf32536371d4fdca677 /connectivity | |
parent | 7ecf6aa8eb7aa755bbc226e073a09bd0526dead0 (diff) |
INTEGRATION: CWS dbgmacros1 (1.3.68); FILE MERGED
2003/04/09 10:23:32 kso 1.3.68.1: #108413# - debug macro unification.
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/mozillasrc/MNameMapper.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
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 <MNameMapper.hxx> -#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; |