diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-07-21 13:54:43 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-07-22 21:45:22 +0000 |
commit | 8278be98600b21eaa237c9b7a072ffcff370f3b7 (patch) | |
tree | 9755655351ce065eadb084b048c88288998c2082 /sw | |
parent | 88e73ff03886c7d59c3977b9add5c97efecf6044 (diff) |
Fix typos
Thanks to Carlo Bertoldi for the german translation.
Change-Id: I76f554e757318aed4e28b5a05fae0ba15bd46afb
Reviewed-on: https://gerrit.libreoffice.org/27355
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.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 fe2fd8be6361..6eeb3544ddf0 100644 --- a/sw/source/filter/html/swhtml.cxx +++ b/sw/source/filter/html/swhtml.cxx @@ -2265,7 +2265,7 @@ bool SwHTMLParser::AppendTextNode( SwHTMLAppendMode eMode, bool bUpdateNum ) m_pPam->GetNode().GetTextNode()->ResetAttr( RES_PARATR_NUMRULE ); } - // Attrubute im Absatz davor sollte man jetzt setzen (wegen JavaScript) + // We must set the attribute of the paragraph before now (because of JavaScript) SetAttr(); // Now it is time to get rid of all script dependent hints that are |