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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/macros.hxx b/chart2/source/inc/macros.hxx
index e1e7a8e22f46..ffa5290483c6 100644
--- a/chart2/source/inc/macros.hxx
+++ b/chart2/source/inc/macros.hxx
@@ -38,7 +38,7 @@
*/
#if OSL_DEBUG_LEVEL > 0
#define ASSERT_EXCEPTION(ex) \
- OSL_ENSURE( false, ::rtl::OUStringToOString( \
+ OSL_FAIL( ::rtl::OUStringToOString( \
::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Exception caught. Type: " )) +\
::rtl::OUString::createFromAscii( typeid( ex ).name()) +\
::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ", Message: " )) +\