[Libreoffice-commits] core.git: writerfilter/source

Justin Luth (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 17 18:14:44 UTC 2019


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

New commits:
commit 048433cbcaddea2f2bca7169526c6ce367af11a8
Author:     Justin Luth <justin_luth at sil.org>
AuthorDate: Thu Oct 17 10:37:49 2019 +0300
Commit:     Justin Luth <justin_luth at sil.org>
CommitDate: Thu Oct 17 20:13:40 2019 +0200

    writerfilter: fix comment
    
    The comment was introduced in commit 28a3156943
    which was dealing with things being inside or
    outside of a paragraph.
    
    Change-Id: I1985776c4d2c0f86395e415c9943f9d6004a2fc4
    Reviewed-on: https://gerrit.libreoffice.org/80929
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <justin_luth at sil.org>

diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx
index efaaae381beb..49a040439a48 100644
--- a/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/writerfilter/source/dmapper/DomainMapper.cxx
@@ -2988,7 +2988,7 @@ void DomainMapper::lcl_endShape( )
 
         lcl_endParagraphGroup();
         m_pImpl->PopShapeContext( );
-        // A shape is always inside a shape (anchored or inline).
+        // A shape is always inside a paragraph (anchored or inline).
         m_pImpl->SetIsOutsideAParagraph(false);
     }
 }


More information about the Libreoffice-commits mailing list