writerfilter/source/dmapper/DomainMapperTableHandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d3f96d7458d74c5ec14b1a4f03f4244350cfeea6 Author: Miklos Vajna <[email protected]> Date: Sat Mar 1 17:33:10 2014 +0100 DomainMapperTableHandler::endTable: fix this comment Change-Id: I0c22123d8b1707092938474891e2469e32a1823d diff --git a/writerfilter/source/dmapper/DomainMapperTableHandler.cxx b/writerfilter/source/dmapper/DomainMapperTableHandler.cxx index 22f3052..a9a4221 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
