summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/app/docshini.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/app/docshini.cxx')
-rw-r--r--sw/source/core/uibase/app/docshini.cxx3
1 files changed, 2 insertions, 1 deletions
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();
}