diff options
-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; |