From 7a0f3d16e35dbc890734e263432afc8da7b4f777 Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Sat, 18 Aug 2018 11:32:25 +0200 Subject: Translate German comments Change-Id: I1a4e41ccd3e3eb829419c45edd0417776a73c3ae Reviewed-on: https://gerrit.libreoffice.org/59285 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sw/source/filter/ww8/ww8par6.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/ww8/ww8par6.cxx') diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx index 0d30a4f77832..cfdef0182114 100644 --- a/sw/source/filter/ww8/ww8par6.cxx +++ b/sw/source/filter/ww8/ww8par6.cxx @@ -4738,7 +4738,7 @@ void SwWW8Shade::SetShade(Color nFore, Color nBack, sal_uInt16 nIndex) if (nFore == COL_AUTO) nFore = COL_BLACK; - //NO auto for shading so background: Auto = Weiss + //NO auto for shading so background: Auto = White Color nUseBack = nBack; if (nUseBack == COL_AUTO) nUseBack = COL_WHITE; -- cgit