writerfilter/source/dmapper/DomainMapperTableHandler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a9cd014a23babba0530bf896c13bbadba84fa4df
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Tue Jun 16 09:01:53 2015 +0200

    writerfilter: fix comment in DomainMapperTableHandler::endTable()
    
    Change-Id: Ied04714a2221113769a97eebcdf8bfa5aadc2d50

diff --git a/writerfilter/source/dmapper/DomainMapperTableHandler.cxx 
b/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
index 9e13489..f98e023 100644
--- a/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
+++ b/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
@@ -1121,7 +1121,7 @@ void DomainMapperTableHandler::endTable(unsigned int 
nestedTableLevel)
                 
m_rDMapper_Impl.m_aPendingFloatingTables.push_back(FloatingTableInfo(xStart, 
xEnd, comphelper::containerToSequence(aFrameProperties), nTableWidth));
             else
             {
-                // m_xText points to the body text, get to current xText from 
m_rDMapper_Impl, in case e.g. we would be in a header.
+                // m_xText points to the body text, get the current xText from 
m_rDMapper_Impl, in case e.g. we would be in a header.
                 uno::Reference<text::XTextAppendAndConvert> 
xTextAppendAndConvert(m_rDMapper_Impl.GetTopTextAppend(), uno::UNO_QUERY);
                 if (xTextAppendAndConvert.is())
                     xTextAppendAndConvert->convertToTextFrame(xStart, xEnd, 
comphelper::containerToSequence(aFrameProperties));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to