summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-08-14 17:59:16 +0200
committerMichael Stahl <mstahl@redhat.com>2014-08-14 18:55:18 +0200
commit3078f0e3ffeb431308df7741b3f75951459003b0 (patch)
treed3c9ecb67b89594f4457c43aec52f9766a36ffdd /sw
parent26eca5a184269281823f92aa64b962202712da78 (diff)
sw: initialize SwDoc::mbCopyIsMove
(regression from 5494954b269267f6ee3bdd5ac73e7513fa69978f) Change-Id: I8bc2e0e079cbf86449ef0ce9c046eedb624127f2
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/docnew.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 0b2c0d1ad085..c5ec7fe7fee5 100644
--- a/sw/source/core/doc/docnew.cxx
+++ b/sw/source/core/doc/docnew.cxx
@@ -260,6 +260,7 @@ SwDoc::SwDoc()
mReferenceCount(0),
mbGlossDoc(false),
mbDtor(false),
+ mbCopyIsMove(false),
mbInReading(false),
mbInXMLImport(false),
mbUpdateTOX(false),