Author: hdu
Date: Fri Mar 28 11:31:26 2014
New Revision: 1582710

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

Merged from trunk revision 1582709.

Modified:
    openoffice/branches/AOO410/   (props changed)
    openoffice/branches/AOO410/main/   (props changed)
    
openoffice/branches/AOO410/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/except.cxx

Propchange: openoffice/branches/AOO410/
------------------------------------------------------------------------------
  Merged /openoffice/trunk:r1582709

Propchange: openoffice/branches/AOO410/main/
------------------------------------------------------------------------------
  Merged /openoffice/trunk/main:r1582709

Modified: 
openoffice/branches/AOO410/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/except.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/except.cxx?rev=1582710&r1=1582709&r2=1582710&view=diff
==============================================================================
--- 
openoffice/branches/AOO410/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/except.cxx
 (original)
+++ 
openoffice/branches/AOO410/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/except.cxx
 Fri Mar 28 11:31:26 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


Reply via email to