User: vg Date: 2008-08-19 09:10:56+0000 Modified: dba/connectivity/source/drivers/evoab2/NDebug.cxx
Log: INTEGRATION: CWS dba31a (1.5.32); FILE MERGED 2008/07/04 15:21:25 oj 1.5.32.1: #i89558# remove unused code File Changes: Directory: /dba/connectivity/source/drivers/evoab2/ =================================================== File [changed]: NDebug.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab2/NDebug.cxx?r1=1.5&r2=1.6 Delta lines: +2 -1 ------------------- --- NDebug.cxx 2008-04-10 08:49:47+0000 1.5 +++ NDebug.cxx 2008-08-19 09:10:54+0000 1.6 @@ -32,7 +32,7 @@ #include "precompiled_connectivity.hxx" #include "NDebug.hxx" #include <osl/diagnose.h> - +#ifdef DEBUG void evo_traceStringMessage( const sal_Char *pFormat, const ::rtl::OUString& rString ) { @@ -40,3 +40,4 @@ aStr = ::rtl::OUStringToOString (rString, RTL_TEXTENCODING_UTF8); OSL_TRACE(pFormat, (const sal_Char *) aStr ); } +#endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
