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

coverity#1202919 Uninitialized scalar field

Change-Id: Ie316a5c03953f244baf69fc66d372ff4a032f34a
üst 3138b69c
......@@ -320,7 +320,8 @@ SwDocShell::SwDocShell( SfxObjectCreateMode eMode ) :
pWrtShell( 0 ),
pOLEChildList( 0 ),
nUpdateDocMode(document::UpdateDocMode::ACCORDING_TO_CONFIG),
bInUpdateFontList(false)
bInUpdateFontList(false),
bIsATemplate(false)
{
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