diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-08-14 13:37:41 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-08-14 14:39:03 +0200 |
commit | 85fde3735afb306b4c3aba72a9c99d19c71546fa (patch) | |
tree | c4eeed079e4ce0c137063bb09d85dea7dff1214d /sw | |
parent | 29f0b74a74c80edf89868b3eb586c266472454a2 (diff) |
sw: initialize SwDoc::mbInReading
This was causing intermittent failure at least in sw_python test.
(regression from 5494954b269267f6ee3bdd5ac73e7513fa69978f)
Change-Id: I8452536cfbb7bc5bd07e6405bc255e31a5007185
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/docnew.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx index 1e129bf01c15..0b2c0d1ad085 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), + mbInReading(false), mbInXMLImport(false), mbUpdateTOX(false), mbInLoadAsynchron(false), |