diff options
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/directx/dx_config.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/canvas/source/directx/dx_config.cxx b/canvas/source/directx/dx_config.cxx index edd097eae542..39082b6f6e3f 100644 --- a/canvas/source/directx/dx_config.cxx +++ b/canvas/source/directx/dx_config.cxx @@ -82,9 +82,7 @@ namespace dxcanvas } catch( const uno::Exception& ) { - OSL_FAIL( OUStringToOString( - comphelper::anyToString( cppu::getCaughtException() ), - RTL_TEXTENCODING_UTF8 ).getStr() ); + SAL_WARN( "canvas", comphelper::anyToString( cppu::getCaughtException() ) ); } } @@ -115,9 +113,7 @@ namespace dxcanvas } catch( const uno::Exception& ) { - OSL_FAIL( OUStringToOString( - comphelper::anyToString( cppu::getCaughtException() ), - RTL_TEXTENCODING_UTF8 ).getStr() ); + SAL_WARN( "canvas", comphelper::anyToString( cppu::getCaughtException() ) ); } } |