summaryrefslogtreecommitdiff
path: root/chart2/source/tools/OPropertySet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/OPropertySet.cxx')
-rw-r--r--chart2/source/tools/OPropertySet.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/tools/OPropertySet.cxx b/chart2/source/tools/OPropertySet.cxx
index 94fe66a5388f..801fc608e864 100644
--- a/chart2/source/tools/OPropertySet.cxx
+++ b/chart2/source/tools/OPropertySet.cxx
@@ -365,14 +365,14 @@ void SAL_CALL OPropertySet::getFastPropertyValue
}
else
{
- OSL_ENSURE( false, "HandleCheck: Handle not found in Style" );
+ OSL_FAIL( "HandleCheck: Handle not found in Style" );
}
}
else
- OSL_ENSURE( false, "HandleCheck: Invalid XPropertySetInfo returned" );
+ OSL_FAIL( "HandleCheck: Invalid XPropertySetInfo returned" );
}
else
- OSL_ENSURE( false, "HandleCheck: XPropertySet not supported" );
+ OSL_FAIL( "HandleCheck: XPropertySet not supported" );
}
#endif
rValue = xStylePropSet->getFastPropertyValue( nHandle );