Kaydet (Commit) e6276410 authored tarafından Caolán McNamara's avatar Caolán McNamara

hmm, that's not right

Change-Id: Id714a54b08127c594c108c824bb0dedd74bb5c06
üst dc795cbd
......@@ -463,9 +463,9 @@ OUString SAL_CALL VCLXAccessibleBox::getAccessibleActionDescription (sal_Int32 n
throw ::com::sun::star::lang::IndexOutOfBoundsException();
if (m_bIsDropDownBox)
TK_RES_STRING( RID_STR_ACC_ACTION_TOGGLEPOPUP);
else
::rtl::OUString();
return TK_RES_STRING(RID_STR_ACC_ACTION_TOGGLEPOPUP);
return OUString();
}
Reference< XAccessibleKeyBinding > VCLXAccessibleBox::getAccessibleActionKeyBinding( sal_Int32 nIndex )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment