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

coverity#1428661 Uninitialized scalar field

Change-Id: Ie0578786fdd167e1ec8dd581f656bfcbbb3c2a58
üst 3003c27d
...@@ -36,7 +36,8 @@ public: ...@@ -36,7 +36,8 @@ public:
ScImportOptions( sal_Unicode nFieldSep, sal_Unicode nTextSep, rtl_TextEncoding nEnc ) ScImportOptions( sal_Unicode nFieldSep, sal_Unicode nTextSep, rtl_TextEncoding nEnc )
: nFieldSepCode(nFieldSep), nTextSepCode(nTextSep), : nFieldSepCode(nFieldSep), nTextSepCode(nTextSep),
bFixedWidth(false), bSaveAsShown(false), bQuoteAllText(false), bSaveFormulas(false) bFixedWidth(false), bSaveAsShown(false), bQuoteAllText(false), bSaveFormulas(false),
bRemoveSpace(false)
{ SetTextEncoding( nEnc ); } { SetTextEncoding( nEnc ); }
ScImportOptions& operator=( const ScImportOptions& rCpy ) ScImportOptions& operator=( const ScImportOptions& rCpy )
......
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