summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:38:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:38:55 +0000
commit029d1e2dcd9108bf82932d1b800f163db6f0433d (patch)
treeb3ef98b27cbf0ae464ad6cf32536371d4fdca677 /connectivity
parent7ecf6aa8eb7aa755bbc226e073a09bd0526dead0 (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.cxx10
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;
7:44:22 +0200'>2013-04-21uretest.zip is not installed -> don't build itDavid Tardon 2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann 2013-04-18Adapt env var settings to MS command shell syntaxStephan Bergmann 2013-04-11Adapt uretest to -B removed from cppumaker/javamakerStephan Bergmann 2013-04-11Let theMacroExpander.hpp take care about the singleton instantiation detailsStephan Bergmann 2013-04-11Missing rtl:: namespaceStephan Bergmann 2013-04-02drop prefix from ::cssThomas Arnhold 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-10Removed RTL_CONSTASCII_USTRINGPARAM in xmlhelp/ureChr. Rossmanith 2013-02-28remove all d.lstMichael Stahl 2013-02-25WIP: Experimental new binary type.rdb formatStephan Bergmann 2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith 2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl 2012-12-19Make ure/source/uretest/ use defaultBootstrap_InitialComponentContextStephan Bergmann 2012-12-18API CHANGE: Remove obsolete regcomp from UREStephan Bergmann 2012-12-18Adapt ure/source/uretest/ to passive component registrationStephan Bergmann 2012-12-18-fvisibility=hidden requires HAVE_GCC_VISIBILITY_FEATUREStephan Bergmann 2012-12-18SDK's include/stl is long goneStephan Bergmann 2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann 2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens 2012-11-15Drop support for /etc/opt/ure and ~/.ure from LibreOffice 4Stephan Bergmann 2012-10-22remove nonexistant file from Zip_uretestPeter Foley