summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-19 17:24:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-20 19:49:52 +0200
commit3421107a2bb5defc99a59fd0683a7b3014bc5444 (patch)
tree6f400b39ae2be92e938f264d716e738f146f7d56 /winaccessibility
parent27b0d7237a7e2f32897fa52820c3aa382f6683e9 (diff)
unused pUNumberString buffer
Change-Id: Ib17f5344b9bdf3710a49fc054dd96d5998e6b822 Reviewed-on: https://gerrit.libreoffice.org/62065 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/source/service/AccObject.cxx6
1 files changed, 1 insertions, 5 deletions
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;