From b165910330285bc0a52eebdf98911e04305dfc5b Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Sat, 23 Sep 2017 15:55:23 +0200 Subject: Translate German comments and debug strings (leftovers) Additionally: - A few grammatical fixes Change-Id: I15ba3809f6b4746be5a691ec2adc0ea17730fa4a Reviewed-on: https://gerrit.libreoffice.org/42690 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- soltools/cpp/_unix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'soltools') diff --git a/soltools/cpp/_unix.c b/soltools/cpp/_unix.c index 274ee5acaf3a..c42d22b4b586 100644 --- a/soltools/cpp/_unix.c +++ b/soltools/cpp/_unix.c @@ -172,8 +172,8 @@ void Cplusplus++; break; - case 'u': /* -undef fuer GCC (dummy) */ - case 'l': /* -lang-c++ fuer GCC (dummy) */ + case 'u': /* -undef for GCC (dummy) */ + case 'l': /* -lang-c++ for GCC (dummy) */ break; default: -- cgit