summaryrefslogtreecommitdiff
path: root/slideshow/test
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-09 15:48:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-11 18:56:16 +0000
commit4ef9ccea6c4aa79cdc57dea52b47775c346696ec (patch)
treead3b4dd30484436c595990bd8994f94477b9492b /slideshow/test
parent4282ea67c2e90222f141df8213b06dfed09d4c85 (diff)
OSL_TRACE -> SAL in sfx2..svx
Change-Id: I78cf8058a5682baa3d7b00a25feeb2d28fb3e66e Reviewed-on: https://gerrit.libreoffice.org/31799 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow/test')
-rw-r--r--slideshow/test/demoshow.cxx8
1 files changed, 4 insertions, 4 deletions
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 );
}