summaryrefslogtreecommitdiff
path: root/writerfilter/source
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2019-10-17 10:37:49 +0300
committerJustin Luth <justin_luth@sil.org>2019-10-17 20:13:40 +0200
commit048433cbcaddea2f2bca7169526c6ce367af11a8 (patch)
treef38e805498698f38df11254aae16909dbe6efbcc /writerfilter/source
parent45eeefb064680d4b2af9ed73ce751685d14270a6 (diff)
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@sil.org>
Diffstat (limited to 'writerfilter/source')
-rw-r--r--writerfilter/source/dmapper/DomainMapper.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}
}