summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-12-27 23:37:35 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-12-28 13:10:04 +0100
commitc3b0f13546b30e5db3aecd311c7178e4e0933208 (patch)
tree23d7c8502d041b61b9131866d89ea35f649a84ef /writerfilter/source/rtftok/rtfdocumentimpl.hxx
parent45a85b5af82d130bb3eea2b6a168f4ceaff9975d (diff)
fdo#45183 fix RTF import of tables with different row widths
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 283faec9b531..d61efef493b7 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
@@ -592,6 +592,8 @@ namespace writerfilter {
bool m_bHadPicture;
/// The document has multiple sections.
bool m_bHadSect;
+ /// Max width of the rows in the current table.
+ int m_nCellxMax;
};
} // namespace rtftok
} // namespace writerfilter