summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/directx/dx_config.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/canvas/source/directx/dx_config.cxx b/canvas/source/directx/dx_config.cxx
index 487f04f0f686..5d805dcb54db 100644
--- a/canvas/source/directx/dx_config.cxx
+++ b/canvas/source/directx/dx_config.cxx
@@ -26,6 +26,7 @@
#include <comphelper/anytostring.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <osl/diagnose.h>
+#include <tools/diagnose_ex.h>
#include "dx_config.hxx"
@@ -83,7 +84,7 @@ namespace dxcanvas
}
catch( const uno::Exception& )
{
- SAL_WARN( "canvas", comphelper::anyToString( cppu::getCaughtException() ) );
+ SAL_WARN( "canvas", exceptionToString( cppu::getCaughtException() ) );
}
}
@@ -114,7 +115,7 @@ namespace dxcanvas
}
catch( const uno::Exception& )
{
- SAL_WARN( "canvas", comphelper::anyToString( cppu::getCaughtException() ) );
+ SAL_WARN( "canvas", exceptionToString( cppu::getCaughtException() ) );
}
}