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

coverity#1202920 Uninitialized scalar field

Change-Id: I054c0ceea35c469cff7d85e892037a3ff2c43a7b
üst 2c964860
...@@ -349,7 +349,8 @@ SwDocShell::SwDocShell( SwDoc *pD, SfxObjectCreateMode eMode ): ...@@ -349,7 +349,8 @@ SwDocShell::SwDocShell( SwDoc *pD, SfxObjectCreateMode eMode ):
pWrtShell( 0 ), pWrtShell( 0 ),
pOLEChildList( 0 ), pOLEChildList( 0 ),
nUpdateDocMode(document::UpdateDocMode::ACCORDING_TO_CONFIG), nUpdateDocMode(document::UpdateDocMode::ACCORDING_TO_CONFIG),
bInUpdateFontList(false) bInUpdateFontList(false),
bIsATemplate(false)
{ {
Init_Impl(); Init_Impl();
} }
......
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