Kaydet (Commit) 27634568 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

cppcheck: Variable 'fOutNumber' is assigned a value that is never used

Change-Id: Idb5e4ae3266ab714c392abca76993c3037fea7b2
üst 2edb7ada
......@@ -437,7 +437,7 @@ sal_Int16 ODatabaseExport::CheckString(const OUString& aCheckToken, sal_Int16 _n
{
Reference<XNumberFormatTypes> xNumType(xFormats,UNO_QUERY);
sal_Int32 nFormatKey = m_xFormatter->detectNumberFormat(xNumType->getStandardFormat(NumberFormat::ALL,m_aLocale),aCheckToken);
fOutNumber = m_xFormatter->convertStringToNumber(nFormatKey,aCheckToken);
m_xFormatter->convertStringToNumber(nFormatKey,aCheckToken);
Reference<XPropertySet> xProp = xFormats->getByKey(nFormatKey);
sal_Int16 nType = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment