Kaydet (Commit) 2552bd3f authored tarafından Julien Nabet's avatar Julien Nabet

cppcheck: fix some uninitMemberVar (svl)

Change-Id: I0874300f5a4941ee0b8dbd1dac0c6495aa9edc25
üst 76dea8b2
helpcontent2 @ da1f6d11
Subproject commit aac86abaa8bf30756159131de9f951141ba5181f
Subproject commit da1f6d1195f1bd42bd4abbea49416bede5f6b069
......@@ -81,6 +81,7 @@ ImpSvNumberInputScan::ImpSvNumberInputScan( SvNumberFormatter* pFormatterP )
bTextInitialized( false ),
bScanGenitiveMonths( false ),
bScanPartitiveMonths( false ),
IsNum( false ),
eScannedType( NUMBERFORMAT_UNDEFINED ),
eSetType( NUMBERFORMAT_UNDEFINED )
{
......
......@@ -70,6 +70,7 @@ ImpSvNumberformatScan::ImpSvNumberformatScan( SvNumberFormatter* pFormatterP )
{
pFormatter = pFormatterP;
bConvertMode = false;
bConvertSystemToSystem = false;
//! All keywords MUST be UPPERCASE!
sKeyword[NF_KEY_E] = "E"; // Exponent
sKeyword[NF_KEY_AMPM] = "AM/PM"; // AM/PM
......
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