diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-18 18:00:37 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-18 20:41:30 +0100 |
commit | be8eac8bc0d713ba6633fccd29b3a2ec6ee99baa (patch) | |
tree | fcbd2d039eef4b68bf292fac707f1a177608ada4 /sw | |
parent | 2224d88f6b354afbfb26bd7bc9870ba6575647f8 (diff) |
sw: use the proper item SwFormatRowSplit
Change-Id: Ie7b0d7f7d4549afbd9152d6afb0d0b6078e24bd9
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/xml/swxml.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/filter/xml/swxml.cxx b/sw/source/filter/xml/swxml.cxx index 1812e511639d..63be8a31c178 100644 --- a/sw/source/filter/xml/swxml.cxx +++ b/sw/source/filter/xml/swxml.cxx @@ -65,6 +65,7 @@ #include <poolfmt.hxx> #include <numrule.hxx> #include <paratr.hxx> +#include <fmtrowsplt.hxx> #include <svx/svdmodel.hxx> #include <svx/svdpage.hxx> @@ -946,7 +947,7 @@ sal_uLong XMLReader::Read( SwDoc &rDoc, const OUString& rBaseURL, SwPaM &rPaM, c } // Fix #i58251#: Unfortunately is the static default different to SO7 behaviour, // so we have to set a dynamic default after importing SO7 - rDoc.SetDefault( SfxBoolItem( RES_ROW_SPLIT, false ) ); + rDoc.SetDefault(SwFormatRowSplit(false)); } rDoc.PropagateOutlineRule(); |