hmm, that's not right
Change-Id: Id714a54b08127c594c108c824bb0dedd74bb5c06
This commit is contained in:
@@ -463,9 +463,9 @@ OUString SAL_CALL VCLXAccessibleBox::getAccessibleActionDescription (sal_Int32 n
|
|||||||
throw ::com::sun::star::lang::IndexOutOfBoundsException();
|
throw ::com::sun::star::lang::IndexOutOfBoundsException();
|
||||||
|
|
||||||
if (m_bIsDropDownBox)
|
if (m_bIsDropDownBox)
|
||||||
TK_RES_STRING( RID_STR_ACC_ACTION_TOGGLEPOPUP);
|
return TK_RES_STRING(RID_STR_ACC_ACTION_TOGGLEPOPUP);
|
||||||
else
|
|
||||||
::rtl::OUString();
|
return OUString();
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference< XAccessibleKeyBinding > VCLXAccessibleBox::getAccessibleActionKeyBinding( sal_Int32 nIndex )
|
Reference< XAccessibleKeyBinding > VCLXAccessibleBox::getAccessibleActionKeyBinding( sal_Int32 nIndex )
|
||||||
|
Reference in New Issue
Block a user