coverity#707502 Uninitialized scalar variable

Change-Id: I38db032b2e9331170da9e8d84eaa85c894f9d8fb
This commit is contained in:
Caolán McNamara
2013-02-17 09:06:46 +00:00
parent 9a55875ef4
commit bc56c5f881

View File

@@ -719,7 +719,7 @@ void SbxValue::Format( OUString& rRes, const OUString* pFmt ) const
LanguageType eLangType = GetpApp()->GetSettings().GetLanguageTag().getLanguageType();
SvNumberFormatter aFormatter( comphelper::getProcessComponentContext(), eLangType );
sal_uInt32 nIndex;
sal_uInt32 nIndex = 0;
double nNumber;
Color* pCol;