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 2013/08/05 16:14:57 UTC

svn commit: r1510489 - /openoffice/trunk/main/sw/source/core/layout/layact.cxx

Author: hdu
Date: Mon Aug  5 14:14:57 2013
New Revision: 1510489

URL: http://svn.apache.org/r1510489
Log:
#i122885# tone down SmartTag exception error reporting to a DBG_WARNING

Modified:
    openoffice/trunk/main/sw/source/core/layout/layact.cxx

Modified: openoffice/trunk/main/sw/source/core/layout/layact.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/core/layout/layact.cxx?rev=1510489&r1=1510488&r2=1510489&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/core/layout/layact.cxx (original)
+++ openoffice/trunk/main/sw/source/core/layout/layact.cxx Mon Aug  5 14:14:57 2013
@@ -2227,7 +2227,7 @@ sal_Bool SwLayIdle::_DoIdleJob( const Sw
                         pImp->GetShell()->InvalidateWindows( aRepaint );
                 } catch( const ::com::sun::star::uno::RuntimeException& e) {
                     // #i122885# handle smarttag problems gracefully and provide diagnostics
-                    fprintf( stderr, "SMART_TAGS Exception: %s\n", rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).getStr() );
+                    DBG_WARNING( rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).getStr() );
                 }
                 if ( Application::AnyInput( INPUT_MOUSEANDKEYBOARD|INPUT_OTHER|INPUT_PAINT ) )
                     return sal_True;