summaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/source/stream/stream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx
index 7658ca86d2da..5dac2b27d163 100644
--- a/tools/source/stream/stream.cxx
+++ b/tools/source/stream/stream.cxx
@@ -2050,7 +2050,7 @@ namespace
// If set already, skip expensive test
if ( !bConvert )
{
- // Muessen wir Konvertieren
+ // Do we need to convert?
if ( ((eLineEnd != LINEEND_LF) && (rIn[i] == '\n')) ||
((eLineEnd == LINEEND_CRLF) && (i+1) < nStrLen && (rIn[i+1] != '\n')) ||
((eLineEnd == LINEEND_LF) &&