summaryrefslogtreecommitdiffstats
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-08-20 11:29:29 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-01-02 15:58:47 +0100
commitd54dc89a531be105dff87700801bb9737623d04e (patch)
treef0db4a6f86046a489a8be40bef5975381a1d9321 /sw/inc/doc.hxx
parentfdo#58142: fix frame selection in SwPageFrm::GetCrsrOfst: (diff)
downloadcore-d54dc89a531be105dff87700801bb9737623d04e.tar.gz
core-d54dc89a531be105dff87700801bb9737623d04e.zip
n#793401, fdo#53175: Don't load the default values of the styles in writerfilter
...or we may have some additional properties set on some styles. (cherry picked from commit b95d203bc17c83ec0fe5139f519d53ed1d842d3a) Conflicts: sw/inc/IDocumentSettingAccess.hxx sw/inc/doc.hxx sw/source/core/doc/doc.cxx sw/source/ui/uno/SwXDocumentSettings.cxx writerfilter/source/filter/ImportFilter.cxx Change-Id: I5a5d307931a2a6c1f25bd2da93381d8de65c2480
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index c76ce8977625..1f269bf2c830 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -568,6 +568,7 @@ private:
// attribute 'WrapInfluenceOnObjPos'.
bool mbMathBaselineAlignment : 1; // TL 2010-10-29 #i972#
bool mbFloattableNomargins : 1; ///< If paragraph margins next to a floating table should be ignored.
+ bool mbStylesNoDefault : 1;
// non-ui-compatibility flags:
bool mbOldNumbering : 1;