From 136ce64b18283acf9db5d130f8ac9108591dd4ee Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Wed, 21 Jun 2017 05:01:27 +0000 Subject: 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 Reviewed-by: Michael Stahl --- sw/source/filter/ww8/ww8par2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/ww8/ww8par2.cxx') 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; -- cgit