summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-11-30 16:32:56 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-11-30 17:25:15 +0100
commit8063e36115a11ddf3db05928db9287947beee74d (patch)
treec2e1a6b21e53e092608fa91fc7e5a9acd7768741 /writerfilter/source/rtftok/rtfdocumentimpl.hxx
parentb836bf389d1150c9cafbb0aefa641af2316e536c (diff)
fdo#57708 fix RTF import of pictures right before text frames
Change-Id: Ibfeaadd5b48fd48c2c1f20de5dc272d9a326bfc4
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 7147fa7b79df..fad32e6f471f 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
@@ -587,6 +587,8 @@ namespace writerfilter {
bool m_bNeedSect;
/// If aFrame.inFrame() was true in the previous state.
bool m_bWasInFrame;
+ /// A picture was seen in the current paragraph.
+ bool m_bHadPicture;
};
} // namespace rtftok
} // namespace writerfilter