summaryrefslogtreecommitdiff
path: root/slideshow/test
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/test')
-rw-r--r--slideshow/test/demoshow.cxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/slideshow/test/demoshow.cxx b/slideshow/test/demoshow.cxx
index acdfd62f8b4e..f3b2fe33673c 100644
--- a/slideshow/test/demoshow.cxx
+++ b/slideshow/test/demoshow.cxx
@@ -355,8 +355,7 @@ void ChildWindow::init()
}
catch (const uno::Exception &e)
{
- SAL_INFO("slideshow",( "Exception '%s' thrown\n" ,
- OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).getStr() );
+ SAL_INFO("slideshow", "Exception " << e.Message );
}
}
@@ -369,9 +368,7 @@ void ChildWindow::Paint( const Rectangle& /*rRect*/ )
}
catch (const uno::Exception &e)
{
- SAL_INFO("slideshow",( "Exception '%s' thrown\n" ,
- OUStringToOString( e.Message,
- RTL_TEXTENCODING_UTF8 ).getStr() );
+ SAL_INFO("slideshow", "Exception " << e.Message );
}
}
@@ -457,9 +454,7 @@ void DemoWindow::init()
}
catch (const uno::Exception &e)
{
- SAL_INFO("slideshow",( "Exception '%s' thrown\n" ,
- OUStringToOString( e.Message,
- RTL_TEXTENCODING_UTF8 ).getStr() );
+ SAL_INFO("slideshow", "Exception " << e.Message );
}
}