summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-02 21:17:32 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-02 21:17:32 +0300
commit17f7b2798d5e68e81dc4e6b807779d0d2937260d (patch)
tree16ed6cc786b1572c908d4f6b76a2e33dfbbdda13 /vbahelper
parent2038519dbd50fe0d2f4c094293c42744ae11d3d5 (diff)
WaE: unused variable
Change-Id: I1d7fdcdeed30288e7fff37c8a68cfe93137b5948
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/source/msforms/vbalistbox.cxx1
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;