From 17f7b2798d5e68e81dc4e6b807779d0d2937260d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 2 Oct 2013 21:17:32 +0300 Subject: WaE: unused variable Change-Id: I1d7fdcdeed30288e7fff37c8a68cfe93137b5948 --- vbahelper/source/msforms/vbalistbox.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vbahelper') 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( sList.getLength() ); sal_Int16 nValue = -1; sal_Int16 i = 0; -- cgit