summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableHandler.hxx
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <pierre-eric@lanedo.com>2012-09-20 11:49:29 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-09-20 18:20:18 +0200
commit53b7f7df0617bcbd7bbef9a34ef53e5097eb16dc (patch)
treed7dc599a9a9b566275dcc40af28c1dbe80dd85f9 /writerfilter/source/dmapper/DomainMapperTableHandler.hxx
parent064ae986a0aa55db9f3ee829a7c83bf2ac65c77f (diff)
docx import: position table using tblInd OR tblCellMar
Previously cell-margin was unconditionnaly used to compute table position. Office only does so on top-level tables and if tblInd is missing. Change-Id: I183647bcf090d5822b3f2e04e097c8bbd277168d
Diffstat (limited to 'writerfilter/source/dmapper/DomainMapperTableHandler.hxx')
-rw-r--r--writerfilter/source/dmapper/DomainMapperTableHandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/DomainMapperTableHandler.hxx b/writerfilter/source/dmapper/DomainMapperTableHandler.hxx
index 0ccd71ce34f0..ea4c42135ed6 100644
--- a/writerfilter/source/dmapper/DomainMapperTableHandler.hxx
+++ b/writerfilter/source/dmapper/DomainMapperTableHandler.hxx
@@ -78,7 +78,7 @@ public:
virtual void startTable(unsigned int nRows, unsigned int nDepth,
TablePropertyMapPtr pProps);
- virtual void endTable();
+ virtual void endTable(unsigned int nestedTableLevel);
virtual void startRow(unsigned int nCells, TablePropertyMapPtr pProps);
virtual void endRow();
virtual void startCell(const Handle_t & start, TablePropertyMapPtr pProps);