summaryrefslogtreecommitdiff
path: root/chart2/source/controller/accessibility/AccessibleTextHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/accessibility/AccessibleTextHelper.cxx')
-rw-r--r--chart2/source/controller/accessibility/AccessibleTextHelper.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/chart2/source/controller/accessibility/AccessibleTextHelper.cxx b/chart2/source/controller/accessibility/AccessibleTextHelper.cxx
index 9fd7695b301a..818a7b90256c 100644
--- a/chart2/source/controller/accessibility/AccessibleTextHelper.cxx
+++ b/chart2/source/controller/accessibility/AccessibleTextHelper.cxx
@@ -139,49 +139,49 @@ Reference< XAccessible > SAL_CALL AccessibleTextHelper::getAccessibleChild( ::sa
Reference< XAccessible > SAL_CALL AccessibleTextHelper::getAccessibleParent()
throw (uno::RuntimeException)
{
- OSL_ENSURE( false, "Not implemented in this helper" );
+ OSL_FAIL( "Not implemented in this helper" );
return Reference< XAccessible >();
}
::sal_Int32 SAL_CALL AccessibleTextHelper::getAccessibleIndexInParent()
throw (uno::RuntimeException)
{
- OSL_ENSURE( false, "Not implemented in this helper" );
+ OSL_FAIL( "Not implemented in this helper" );
return -1;
}
::sal_Int16 SAL_CALL AccessibleTextHelper::getAccessibleRole()
throw (uno::RuntimeException)
{
- OSL_ENSURE( false, "Not implemented in this helper" );
+ OSL_FAIL( "Not implemented in this helper" );
return AccessibleRole::UNKNOWN;
}
OUString SAL_CALL AccessibleTextHelper::getAccessibleDescription()
throw (uno::RuntimeException)
{
- OSL_ENSURE( false, "Not implemented in this helper" );
+ OSL_FAIL( "Not implemented in this helper" );
return OUString();
}
OUString SAL_CALL AccessibleTextHelper::getAccessibleName()
throw (uno::RuntimeException)
{
- OSL_ENSURE( false, "Not implemented in this helper" );
+ OSL_FAIL( "Not implemented in this helper" );
return OUString();
}
Reference< XAccessibleRelationSet > SAL_CALL AccessibleTextHelper::getAccessibleRelationSet()
throw (uno::RuntimeException)
{
- OSL_ENSURE( false, "Not implemented in this helper" );
+ OSL_FAIL( "Not implemented in this helper" );
return Reference< XAccessibleRelationSet >();
}
Reference< XAccessibleStateSet > SAL_CALL AccessibleTextHelper::getAccessibleStateSet()
throw (uno::RuntimeException)
{
- OSL_ENSURE( false, "Not implemented in this helper" );
+ OSL_FAIL( "Not implemented in this helper" );
return Reference< XAccessibleStateSet >();
}
@@ -189,7 +189,7 @@ lang::Locale SAL_CALL AccessibleTextHelper::getLocale()
throw (IllegalAccessibleComponentStateException,
uno::RuntimeException)
{
- OSL_ENSURE( false, "Not implemented in this helper" );
+ OSL_FAIL( "Not implemented in this helper" );
return lang::Locale();
}