From 4ef9ccea6c4aa79cdc57dea52b47775c346696ec Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 9 Dec 2016 15:48:38 +0200 Subject: OSL_TRACE -> SAL in sfx2..svx Change-Id: I78cf8058a5682baa3d7b00a25feeb2d28fb3e66e Reviewed-on: https://gerrit.libreoffice.org/31799 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- slideshow/test/demoshow.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'slideshow/test') diff --git a/slideshow/test/demoshow.cxx b/slideshow/test/demoshow.cxx index b478daf4c523..7ad65102ee4b 100644 --- a/slideshow/test/demoshow.cxx +++ b/slideshow/test/demoshow.cxx @@ -355,7 +355,7 @@ void ChildWindow::init() } catch (const uno::Exception &e) { - OSL_TRACE( "Exception '%s' thrown\n" , + SAL_INFO("slideshow",( "Exception '%s' thrown\n" , OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); } } @@ -369,7 +369,7 @@ void ChildWindow::Paint( const Rectangle& /*rRect*/ ) } catch (const uno::Exception &e) { - OSL_TRACE( "Exception '%s' thrown\n" , + SAL_INFO("slideshow",( "Exception '%s' thrown\n" , OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); } @@ -457,7 +457,7 @@ void DemoWindow::init() } catch (const uno::Exception &e) { - OSL_TRACE( "Exception '%s' thrown\n" , + SAL_INFO("slideshow",( "Exception '%s' thrown\n" , OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); } @@ -531,7 +531,7 @@ void DemoApp::Main() if( !xFactory.is() ) { - OSL_TRACE( "Could not bootstrap UNO, installation must be in disorder. Exiting." ); + SAL_INFO("slideshow",( "Could not bootstrap UNO, installation must be in disorder. Exiting." ); exit( 1 ); } -- cgit