From 88b0711aa5cda440805fa49f16f7c83ea0b2e292 Mon Sep 17 00:00:00 2001 From: Christian Barth Date: Thu, 10 Aug 2017 20:25:35 +0200 Subject: tdf#39468: Translate some german comments Change-Id: Ie9062738de26b44394d4c91b31fab99a7777813f Signed-off-by: Christian Barth Reviewed-on: https://gerrit.libreoffice.org/40994 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- soltools/cpp/_macro.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'soltools') diff --git a/soltools/cpp/_macro.c b/soltools/cpp/_macro.c index a5e5b931d431..e8b87d002f4c 100644 --- a/soltools/cpp/_macro.c +++ b/soltools/cpp/_macro.c @@ -587,8 +587,9 @@ void ntp->len + ntp->wslen); len += ntp->len + ntp->wslen; } - else // Leerzeichen um ## herum entfernen: + else { + // remove spaces around ## strncpy((char *) tt + len, (char *) ntp->t, ntp->len); len += ntp->len; } -- cgit