diff options
-rw-r--r-- | vbahelper/source/msforms/vbalistbox.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vbahelper/source/msforms/vbalistbox.cxx b/vbahelper/source/msforms/vbalistbox.cxx index 0f9c8b7b4a36..41ccb0af21c2 100644 --- a/vbahelper/source/msforms/vbalistbox.cxx +++ b/vbahelper/source/msforms/vbalistbox.cxx @@ -82,7 +82,6 @@ ScVbaListBox::setValue( const uno::Any& _value ) throw (uno::RuntimeException) OUString sValue = getAnyAsString( _value ); uno::Sequence< OUString > sList; m_xProps->getPropertyValue( ITEMS ) >>= sList; - uno::Sequence< sal_Int16 > nList; sal_Int16 nLength = static_cast<sal_Int16>( sList.getLength() ); sal_Int16 nValue = -1; sal_Int16 i = 0; |