summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/ColorPropertySet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/ColorPropertySet.cxx')
-rw-r--r--xmloff/source/chart/ColorPropertySet.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/chart/ColorPropertySet.cxx b/xmloff/source/chart/ColorPropertySet.cxx
index 273080566cc6..e4a8525f5a1f 100644
--- a/xmloff/source/chart/ColorPropertySet.cxx
+++ b/xmloff/source/chart/ColorPropertySet.cxx
@@ -156,7 +156,7 @@ void SAL_CALL ColorPropertySet::addPropertyChangeListener( const OUString& /* aP
lang::WrappedTargetException,
uno::RuntimeException)
{
- OSL_ENSURE( false, "Not Implemented" );
+ OSL_FAIL( "Not Implemented" );
return;
}
@@ -165,7 +165,7 @@ void SAL_CALL ColorPropertySet::removePropertyChangeListener( const OUString& /*
lang::WrappedTargetException,
uno::RuntimeException)
{
- OSL_ENSURE( false, "Not Implemented" );
+ OSL_FAIL( "Not Implemented" );
return;
}
@@ -174,7 +174,7 @@ void SAL_CALL ColorPropertySet::addVetoableChangeListener( const OUString& /* Pr
lang::WrappedTargetException,
uno::RuntimeException)
{
- OSL_ENSURE( false, "Not Implemented" );
+ OSL_FAIL( "Not Implemented" );
return;
}
@@ -183,7 +183,7 @@ void SAL_CALL ColorPropertySet::removeVetoableChangeListener( const OUString& /*
lang::WrappedTargetException,
uno::RuntimeException)
{
- OSL_ENSURE( false, "Not Implemented" );
+ OSL_FAIL( "Not Implemented" );
return;
}