vbahelper/source/msforms/vbalistbox.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 17f7b2798d5e68e81dc4e6b807779d0d2937260d Author: Tor Lillqvist <[email protected]> Date: Wed Oct 2 21:17:32 2013 +0300 WaE: unused variable Change-Id: I1d7fdcdeed30288e7fff37c8a68cfe93137b5948 diff --git a/vbahelper/source/msforms/vbalistbox.cxx b/vbahelper/source/msforms/vbalistbox.cxx index 0f9c8b7..41ccb0a 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
