diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-02 21:17:32 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-02 21:17:32 +0300 |
commit | 17f7b2798d5e68e81dc4e6b807779d0d2937260d (patch) | |
tree | 16ed6cc786b1572c908d4f6b76a2e33dfbbdda13 | |
parent | 2038519dbd50fe0d2f4c094293c42744ae11d3d5 (diff) |
WaE: unused variable
Change-Id: I1d7fdcdeed30288e7fff37c8a68cfe93137b5948
-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; |