summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/Clipping.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/Clipping.cxx')
-rw-r--r--chart2/source/view/main/Clipping.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/main/Clipping.cxx b/chart2/source/view/main/Clipping.cxx
index d13a6fd13faf..64a07de21c13 100644
--- a/chart2/source/view/main/Clipping.cxx
+++ b/chart2/source/view/main/Clipping.cxx
@@ -165,7 +165,7 @@ void lcl_addPointToPoly( drawing::PolyPolygonShape3D& rPoly
{
if(nPolygonIndex<0)
{
- OSL_ENSURE( false, "The polygon index needs to be > 0");
+ OSL_FAIL( "The polygon index needs to be > 0");
nPolygonIndex=0;
}