cppcheck: unused variable

Change-Id: I68d70c1d24756de0b815a7850bbc75afcbeb9a15
This commit is contained in:
Julien Nabet
2014-02-02 22:39:54 +01:00
parent 99a4972f7e
commit 85579b1318

View File

@@ -379,7 +379,6 @@ void AccObject::SetValue( Any pAny )
}
Reference< XAccessibleText > pRText(m_xAccContextRef,UNO_QUERY);
::rtl::OUString val;
int index = 0 ;
switch(m_accRole)
{
case SPIN_BOX: