summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Axis.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/main/Axis.cxx')
-rw-r--r--chart2/source/model/main/Axis.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/Axis.cxx b/chart2/source/model/main/Axis.cxx
index 2920f7316f1a..e9b8c8c37ffe 100644
--- a/chart2/source/model/main/Axis.cxx
+++ b/chart2/source/model/main/Axis.cxx
@@ -463,7 +463,7 @@ Sequence< Reference< beans::XPropertySet > > SAL_CALL Axis::getSubGridProperties
Sequence< Reference< beans::XPropertySet > > SAL_CALL Axis::getSubTickProperties()
throw (uno::RuntimeException)
{
- OSL_ENSURE( false, "Not implemented yet" );
+ OSL_FAIL( "Not implemented yet" );
return Sequence< Reference< beans::XPropertySet > >();
}