diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-08-23 18:09:59 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-08-23 18:16:50 +0200 |
commit | f35aacfc765b5c296d62b4f2a32e6b0bb9bbe7e5 (patch) | |
tree | 31d9bea7d8f157c53a1bdf60f92cf63eed7cefdf | |
parent | 442d0766eb9575a45572e29f2018bed2831c177f (diff) |
initialize member
Introduced by b95d203bc17c83ec0fe5139f519d53ed1d842d3a .
Change-Id: I2497ee7cd55776fbd801d07470968e5aa47e971a
-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 1a89837cf2b3..a6b50f0f44e4 100644 --- a/sw/source/core/doc/docnew.cxx +++ b/sw/source/core/doc/docnew.cxx @@ -336,6 +336,7 @@ SwDoc::SwDoc() mbUseFormerTextWrapping = aOptions.IsUseOurTextWrapping(); mbConsiderWrapOnObjPos = aOptions.IsConsiderWrappingStyle(); mbMathBaselineAlignment = false; // default for *old* documents is 'off' + mbStylesNoDefault = false; mbAddFlyOffsets = false; // hidden mbOldNumbering = false; // hidden mbUseHiResolutionVirtualDevice = true; // hidden |