diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-08-23 18:09:59 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-08-24 05:32:48 +0200 |
commit | 7f18b80a3bd2b3c126ac852c7ecd5ceb376f389d (patch) | |
tree | a6b52e75bed130a43f4a81c947bf4fdb8902d25d /sw | |
parent | 8aad87be76ba86a9ce5bd5e6b358c48eb35fbd42 (diff) |
initialize member
Introduced by b95d203bc17c83ec0fe5139f519d53ed1d842d3a .
Change-Id: I2497ee7cd55776fbd801d07470968e5aa47e971a
Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat@free.fr>
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 3ed8f0aae473..ab66dc7d4da5 100644 --- a/sw/source/core/doc/docnew.cxx +++ b/sw/source/core/doc/docnew.cxx @@ -340,6 +340,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 |