From d5caf6898b384de8465179341e8f0ccf66b06b2b Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 24 Feb 2013 12:32:14 +0100 Subject: loplugin: unused variables Change-Id: I7fc203900256839e679bf73b717d121fedc42087 --- svx/source/fmcomp/gridcell.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svx/source/fmcomp') diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index 0281ed3bc657..28564d922e3b 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -3032,7 +3032,6 @@ void DbFilterField::SetText(const OUString& rText) } break; case ::com::sun::star::form::FormComponentType::LISTBOX: { - OUString aText; Sequence aPosSeq = ::comphelper::findValue(m_aValueList, m_aText, sal_True); if (aPosSeq.getLength()) static_cast(m_pWindow)->SelectEntryPos(aPosSeq.getConstArray()[0], sal_True); -- cgit