[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Aug 23 20:42:33 PDT 2012


 sw/source/core/doc/docnew.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7f18b80a3bd2b3c126ac852c7ecd5ceb376f389d
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Thu Aug 23 18:09:59 2012 +0200

    initialize member
    
    Introduced by b95d203bc17c83ec0fe5139f519d53ed1d842d3a .
    
    Change-Id: I2497ee7cd55776fbd801d07470968e5aa47e971a
    Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat at free.fr>

diff --git a/sw/source/core/doc/docnew.cxx b/sw/source/core/doc/docnew.cxx
index 3ed8f0a..ab66dc7 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


More information about the Libreoffice-commits mailing list