summaryrefslogtreecommitdiffstats
path: root/slideshow/test/demoshow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/test/demoshow.cxx')
-rw-r--r--slideshow/test/demoshow.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/test/demoshow.cxx b/slideshow/test/demoshow.cxx
index f3b2fe33673c..d1e2c6005326 100644
--- a/slideshow/test/demoshow.cxx
+++ b/slideshow/test/demoshow.cxx
@@ -519,14 +519,12 @@ void DemoApp::Main()
}
catch( uno::Exception& )
{
- OSL_FAIL( OUStringToOString(
- comphelper::anyToString( cppu::getCaughtException() ),
- RTL_TEXTENCODING_UTF8 ).getStr() );
+ SAL_WARN( "slideshow", comphelper::anyToString( cppu::getCaughtException() ) );
}
if( !xFactory.is() )
{
- SAL_INFO("slideshow",( "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 );
}