summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorChristian Barth <Christian.Barth@zoho.com>2017-08-10 20:25:35 +0200
committerMichael Stahl <mstahl@redhat.com>2017-08-10 21:40:55 +0200
commit88b0711aa5cda440805fa49f16f7c83ea0b2e292 (patch)
tree2310554e909efa2c906c96e74acf5f75eecb9930 /soltools
parent3bf6b6d9ba2914d10b6b215c87838f9f4a24cefc (diff)
tdf#39468: Translate some german comments
Change-Id: Ie9062738de26b44394d4c91b31fab99a7777813f Signed-off-by: Christian Barth <Christian.Barth@zoho.com> Reviewed-on: https://gerrit.libreoffice.org/40994 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'soltools')
-rw-r--r--soltools/cpp/_macro.c3
1 files changed, 2 insertions, 1 deletions
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;
}