Kaydet (Commit) 17f7b279 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable

Change-Id: I1d7fdcdeed30288e7fff37c8a68cfe93137b5948
üst 2038519d
...@@ -82,7 +82,6 @@ ScVbaListBox::setValue( const uno::Any& _value ) throw (uno::RuntimeException) ...@@ -82,7 +82,6 @@ ScVbaListBox::setValue( const uno::Any& _value ) throw (uno::RuntimeException)
OUString sValue = getAnyAsString( _value ); OUString sValue = getAnyAsString( _value );
uno::Sequence< OUString > sList; uno::Sequence< OUString > sList;
m_xProps->getPropertyValue( ITEMS ) >>= sList; m_xProps->getPropertyValue( ITEMS ) >>= sList;
uno::Sequence< sal_Int16 > nList;
sal_Int16 nLength = static_cast<sal_Int16>( sList.getLength() ); sal_Int16 nLength = static_cast<sal_Int16>( sList.getLength() );
sal_Int16 nValue = -1; sal_Int16 nValue = -1;
sal_Int16 i = 0; sal_Int16 i = 0;
......
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