From fa73b3fba95d0939cefe7e8987fbcd438a3b725f Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Wed, 27 Dec 2017 20:29:06 +0100 Subject: Translate German comments and debug strings Additionally, improve an equal earlier translation made on commit ee536e482b5ad01ea4a8cae79a1fcd9e12db444f ( https://gerrit.libreoffice.org/#/c/7303/2/svtools/source/svrtf/parrtf.cxx@199 ) Change-Id: Idf1a95361a1bc54473a24c152902568574e21e69 Reviewed-on: https://gerrit.libreoffice.org/47099 Tested-by: Jenkins Reviewed-by: Michael Stahl --- svtools/source/svrtf/parrtf.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svtools') diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx index 52e350f52442..04c59e1b0c52 100644 --- a/svtools/source/svrtf/parrtf.cxx +++ b/svtools/source/svrtf/parrtf.cxx @@ -200,7 +200,7 @@ int SvRTFParser::GetNextToken_() if( '\\' == cAnsi && '\'' == ( cAnsi = GetNextChar() )) - // read on HexValue + // skip HexValue GetHexValue(); nNextCh = GetNextChar(); } @@ -437,7 +437,7 @@ void SvRTFParser::ScanText() if( '\\' == cAnsi && '\'' == ( cAnsi = GetNextChar() )) - // HexValue ueberlesen + // skip HexValue GetHexValue(); nNextCh = GetNextChar(); } -- cgit