diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-04 13:43:33 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-19 14:01:01 +0200 |
commit | ad1fb1c3dfb04e956d8793a320714c1ae1ba5941 (patch) | |
tree | 416f77eabd800b81b4d8aa3d8f91e2c72e83642b /sw | |
parent | 5a8389c834ae8d09fd43acca89fb34612788a9f6 (diff) |
Fix typos
Change-Id: I7d12fe95d1c65a431325273c6e95943166e2ec58
Reviewed-on: https://gerrit.libreoffice.org/56941
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/swhtml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx index 508bbc1a4671..e6368cf07c40 100644 --- a/sw/source/filter/html/swhtml.cxx +++ b/sw/source/filter/html/swhtml.cxx @@ -3992,7 +3992,7 @@ void SwHTMLParser::EndPara( bool bReal ) AddParSpace(); } - // If a DD or DT was open, its an implied definition list, + // If a DD or DT was open, it's an implied definition list, // which must be closed now. if( (m_nOpenParaToken == HtmlTokenId::DT_ON || m_nOpenParaToken == HtmlTokenId::DD_ON) && m_nDefListDeep) |