summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.cxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-06-21 05:01:27 +0000
committerMichael Stahl <mstahl@redhat.com>2017-06-21 14:01:40 +0200
commit136ce64b18283acf9db5d130f8ac9108591dd4ee (patch)
tree103e6a7f9fe24ed8221d2ec7af64a2ddcc81bd9d /sw/source/filter/ww8/ww8par2.cxx
parentb29bae1064c9f980cc50a667e8b96c5e370326d7 (diff)
tdf#39468 Translate German comments in sw/
Translate the last remnants found by ./bin/find-german-comments sw Change-Id: I0618671b8794e05a51eeff811746a1154359d0fe Reviewed-on: https://gerrit.libreoffice.org/39028 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/source/filter/ww8/ww8par2.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index bd32af41ddae..76929b7303b0 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -1110,7 +1110,7 @@ void SwWW8ImplReader::NextAnlLine(const sal_uInt8* pSprm13)
// pNd->UpdateNum without a set of rules crashes at the latest whilst storing as sdw3
- // WW:10 = numberierung -> SW:0 & WW:11 = bullets -> SW:0
+ // WW:10 = numbering -> SW:0 & WW:11 = bullets -> SW:0
if (*pSprm13 == 10 || *pSprm13 == 11)
{
m_nSwNumLevel = 0;