You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2014/03/28 12:27:01 UTC

svn commit: r1582709 - /openoffice/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/except.cxx

Author: hdu
Date: Fri Mar 28 11:27:00 2014
New Revision: 1582709

URL: http://svn.apache.org/r1582709
Log:
#i124421# use OSL_ debug helpers instead of tools DBG_ stuff

Modified:
    openoffice/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/except.cxx

Modified: openoffice/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/except.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/except.cxx?rev=1582709&r1=1582708&r2=1582709&view=diff
==============================================================================
--- openoffice/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/except.cxx (original)
+++ openoffice/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/except.cxx Fri Mar 28 11:27:00 2014
@@ -39,7 +39,6 @@
 #include <rtl/ustrbuf.hxx>
 #include <osl/diagnose.h>
 #include <osl/mutex.hxx>
-#include <tools/debug.hxx>
 
 #include <com/sun/star/uno/genfunc.hxx>
 #include "com/sun/star/uno/RuntimeException.hpp"
@@ -178,7 +177,7 @@ type_info * RTTI::getRTTI( typelib_Compo
 #if OSL_DEBUG_LEVEL >= 1
                 fprintf( stderr,"generated rtti for %s\n", rttiName );
                 const OString aCUnoName = OUStringToOString( unoName, RTL_TEXTENCODING_UTF8);
-                DBG_WARNING1( "TypeInfo for \"%s\" not found and cannot be generated.\n", aCUnoName.getStr());
+                OSL_TRACE( "TypeInfo for \"%s\" not found and cannot be generated.\n", aCUnoName.getStr());
 #endif
 #if 0 // TODO: enable it again when the generated class_type_infos always work.
       // Forcing the toolchain to create authentic typeinfos is much better though