Kaydet (Commit) bc56c5f8 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707502 Uninitialized scalar variable

Change-Id: I38db032b2e9331170da9e8d84eaa85c894f9d8fb
üst 9a55875e
...@@ -719,7 +719,7 @@ void SbxValue::Format( OUString& rRes, const OUString* pFmt ) const ...@@ -719,7 +719,7 @@ void SbxValue::Format( OUString& rRes, const OUString* pFmt ) const
LanguageType eLangType = GetpApp()->GetSettings().GetLanguageTag().getLanguageType(); LanguageType eLangType = GetpApp()->GetSettings().GetLanguageTag().getLanguageType();
SvNumberFormatter aFormatter( comphelper::getProcessComponentContext(), eLangType ); SvNumberFormatter aFormatter( comphelper::getProcessComponentContext(), eLangType );
sal_uInt32 nIndex; sal_uInt32 nIndex = 0;
double nNumber; double nNumber;
Color* pCol; Color* pCol;
......
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