summaryrefslogtreecommitdiff
path: root/chart2/source/inc/macros.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/macros.hxx')
-rw-r--r--chart2/source/inc/macros.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/chart2/source/inc/macros.hxx b/chart2/source/inc/macros.hxx
index daf66c45b9a2..6b435c71c6f8 100644
--- a/chart2/source/inc/macros.hxx
+++ b/chart2/source/inc/macros.hxx
@@ -25,10 +25,7 @@
#include "sal/log.hxx"
-#define ASSERT_EXCEPTION(ex) \
- SAL_WARN("chart2", "Exception caught. Type: " <<\
- typeid( ex ).name() << ", Message: " << \
- ex.Message )
+#define ASSERT_EXCEPTION(ex) SAL_WARN("chart2", "Exception caught. " << ex )
#endif