a11y: Drop misleading comment
The "The role is always AccessibleRole::COMBO_BOX." comment for VCLXAccessibleBox::getAccessibleRole is misleading, as the actual implementation can also return AccessibleRole::PANEL. Change-Id: I15b089e168aa7ec0701eacc8630023123f3a10dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177313 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
This commit is contained in:
parent
c7e210919a
commit
4622e28f83
1 changed files with 1 additions and 2 deletions
|
@ -67,8 +67,7 @@ public:
|
|||
*/
|
||||
css::uno::Reference< css::accessibility::XAccessible> SAL_CALL
|
||||
getAccessibleChild (sal_Int64 i) override;
|
||||
/** The role is always AccessibleRole::COMBO_BOX.
|
||||
*/
|
||||
|
||||
sal_Int16 SAL_CALL getAccessibleRole() override;
|
||||
|
||||
// XAccessibleAction
|
||||
|
|
Loading…
Reference in a new issue