summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-03-01 17:33:10 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-03-01 17:41:32 +0100
commitd3f96d7458d74c5ec14b1a4f03f4244350cfeea6 (patch)
tree9fb3c4c2db6973462fa967221b9940046fc0b0b8 /writerfilter/source/dmapper/DomainMapperTableHandler.cxx
parentcd79d4a25df3a7d7b2241a4239a2714b50dcf0be (diff)
DomainMapperTableHandler::endTable: fix this comment
Change-Id: I0c22123d8b1707092938474891e2469e32a1823d
Diffstat (limited to 'writerfilter/source/dmapper/DomainMapperTableHandler.cxx')
-rw-r--r--writerfilter/source/dmapper/DomainMapperTableHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/DomainMapperTableHandler.cxx b/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
index 22f3052a51ea..a9a4221cf408 100644
--- a/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
+++ b/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
@@ -953,7 +953,7 @@ void DomainMapperTableHandler::endTable(unsigned int nestedTableLevel)
// SectionPropertyMap::CloseSectionGroup(), so we'll have no idea
// about the text area width, nor can fix this by delaying the text
// frame conversion: just do it here.
- // Also, we the anchor is within a table, then do it here as well,
+ // Also, when the anchor is within a table, then do it here as well,
// as xStart/xEnd would not point to the start/end at conversion
// time anyway.
sal_Int32 nTableWidth = 0;