winaccessibility/source/service/AccObject.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
New commits: commit 3421107a2bb5defc99a59fd0683a7b3014bc5444 Author: Caolán McNamara <[email protected]> AuthorDate: Fri Oct 19 17:24:16 2018 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Sat Oct 20 19:49:52 2018 +0200 unused pUNumberString buffer Change-Id: Ib17f5344b9bdf3710a49fc054dd96d5998e6b822 Reviewed-on: https://gerrit.libreoffice.org/62065 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/winaccessibility/source/service/AccObject.cxx b/winaccessibility/source/service/AccObject.cxx index eabed2cc219b..abcaaf7c2a67 100644 --- a/winaccessibility/source/service/AccObject.cxx +++ b/winaccessibility/source/service/AccObject.cxx @@ -380,9 +380,6 @@ void AccObject::UpdateDefaultAction( ) */ void AccObject::SetValue( Any pAny ) { - unsigned short pUNumberString[100]; - memset( pUNumberString, 0 , sizeof( pUNumberString) ); - if( nullptr == m_pIMAcc || !m_xAccContextRef.is() ) { assert(false); @@ -423,9 +420,8 @@ void AccObject::SetValue( Any pAny ) } return; - - } + ::rtl::OUString AccObject::GetMAccessibleValueFromAny(Any pAny) { ::rtl::OUString strValue; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
