summaryrefslogtreecommitdiff
path: root/canvas/source
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source')
-rw-r--r--canvas/source/directx/dx_config.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/directx/dx_config.cxx b/canvas/source/directx/dx_config.cxx
index 5d805dcb54db..f97f08b338a0 100644
--- a/canvas/source/directx/dx_config.cxx
+++ b/canvas/source/directx/dx_config.cxx
@@ -84,7 +84,7 @@ namespace dxcanvas
}
catch( const uno::Exception& )
{
- SAL_WARN( "canvas", exceptionToString( cppu::getCaughtException() ) );
+ TOOLS_WARN_EXCEPTION( "canvas", "" );
}
}
@@ -115,7 +115,7 @@ namespace dxcanvas
}
catch( const uno::Exception& )
{
- SAL_WARN( "canvas", exceptionToString( cppu::getCaughtException() ) );
+ TOOLS_WARN_EXCEPTION( "canvas", "" );
}
}