summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/TablePositionHandler.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-08-15 10:21:00 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-08-15 17:09:11 +0200
commit69fd51d606619d90f291059b1cd82ec65a2c91e5 (patch)
tree51409eaa8419bc8353b728aaef371ba7042771b6 /writerfilter/source/dmapper/TablePositionHandler.hxx
parenta9a2ed7705c8248142aa0897fcdac422edd3b123 (diff)
DOCX import: handle w:topFromText and w:bottomFromText for floating tables
Change-Id: Ia3a95d785d19f7be750e3723c1c159395ae8476f
Diffstat (limited to 'writerfilter/source/dmapper/TablePositionHandler.hxx')
-rw-r--r--writerfilter/source/dmapper/TablePositionHandler.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerfilter/source/dmapper/TablePositionHandler.hxx b/writerfilter/source/dmapper/TablePositionHandler.hxx
index 43eabbcddae5..366a6e438303 100644
--- a/writerfilter/source/dmapper/TablePositionHandler.hxx
+++ b/writerfilter/source/dmapper/TablePositionHandler.hxx
@@ -27,6 +27,8 @@ namespace writerfilter {
OUString m_aXSpec;
sal_Int32 m_nY;
sal_Int32 m_nX;
+ sal_Int32 m_nTopFromText;
+ sal_Int32 m_nBottomFromText;
sal_Int32 m_nLeftBorderDistance;
sal_Int32 m_nRightBorderDistance;