From 3138b69c77fbee37af7d874a2bb03539d9229d69 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 15 Apr 2014 20:40:44 +0100 Subject: coverity#1202920 Uninitialized scalar field Change-Id: I054c0ceea35c469cff7d85e892037a3ff2c43a7b --- sw/source/core/uibase/app/docshini.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sw/source/core/uibase/app/docshini.cxx b/sw/source/core/uibase/app/docshini.cxx index 7da150f9ac9f..b9bf8502e679 100644 --- a/sw/source/core/uibase/app/docshini.cxx +++ b/sw/source/core/uibase/app/docshini.cxx @@ -349,7 +349,8 @@ SwDocShell::SwDocShell( SwDoc *pD, SfxObjectCreateMode eMode ): pWrtShell( 0 ), pOLEChildList( 0 ), nUpdateDocMode(document::UpdateDocMode::ACCORDING_TO_CONFIG), - bInUpdateFontList(false) + bInUpdateFontList(false), + bIsATemplate(false) { Init_Impl(); } -- cgit v1.2.3