summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-12-23 14:37:59 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-12-23 15:48:32 +0100
commit07c80d23fadcc2334fe7c6f9ce7b5dafeb88d623 (patch)
tree731bc0f214368b0eb5c4e6237a4b990d8b6c823d /writerfilter/source/rtftok/rtfdocumentimpl.hxx
parent68aecf0dd81b6660e78e8dd758ec9431727f4f0b (diff)
fdo#58076 fix import of RTF page margins vs partial section props
The problem was that \sbknone (being a section property) triggered creating a section, but the document doesn't have multiple sections. Make sure we don't send section properties as long as no \sect control words present.
Diffstat (limited to 'writerfilter/source/rtftok/rtfdocumentimpl.hxx')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.hxx b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
index 1df8de1ffcd2..283faec9b531 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
@@ -590,6 +590,8 @@ namespace writerfilter {
bool m_bWasInFrame;
/// A picture was seen in the current paragraph.
bool m_bHadPicture;
+ /// The document has multiple sections.
+ bool m_bHadSect;
};
} // namespace rtftok
} // namespace writerfilter