INTEGRATION: CWS impressa11y (1.3.62); FILE MERGED

2008/05/29 12:45:57 af 1.3.62.2: RESYNC: (1.3-1.4); FILE MERGED
2008/02/05 10:19:04 bm 1.3.62.1: #i73747# return LIST_ITEM as role instead of SHAPE, so that chart objects are read by ZoomText
This commit is contained in:
Rüdiger Timm 2008-07-07 13:34:34 +00:00
parent 9d85c75d35
commit 4adb3d8a01

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: AccessibleBase.cxx,v $
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@ -650,7 +650,7 @@ sal_Int32 SAL_CALL AccessibleBase::getAccessibleIndexInParent()
sal_Int16 SAL_CALL AccessibleBase::getAccessibleRole()
throw (RuntimeException)
{
return AccessibleRole::SHAPE;
return AccessibleRole::LIST_ITEM; // #i73747# role SHAPE seems more appropriate, but is not read
}
Reference< XAccessibleRelationSet > SAL_CALL AccessibleBase::getAccessibleRelationSet()