diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-11-30 17:46:04 +0000 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-12-01 19:23:31 +0100 |
commit | 55bb8bddd72079e619ab637409733764ddd33328 (patch) | |
tree | 2d1fbf5cd123c32a32953dd10b59ccde15e35c1b | |
parent | e268016887aba18af67ad5060c8dfbf936f688d8 (diff) |
tdf#39468 Translate German comments
Change-Id: I27e5e4604cd999d778eb84976b3bea0ef35122ee
Reviewed-on: https://gerrit.libreoffice.org/64353
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
-rw-r--r-- | sal/textenc/tencinfo.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/app/inputhdl.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sal/textenc/tencinfo.cxx b/sal/textenc/tencinfo.cxx index 91b98c056f68..915f1e27237b 100644 --- a/sal/textenc/tencinfo.cxx +++ b/sal/textenc/tencinfo.cxx @@ -433,7 +433,7 @@ rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromUnixCharset( const char* pUnixC pTempBuf++; } - /* Parttrenner gefunden */ + /* found part separator */ if ( pSecondPart ) { /* Search for the part tab */ diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index ab2d53995fd4..dbe34d3fc937 100644 --- a/sc/source/ui/app/inputhdl.cxx +++ b/sc/source/ui/app/inputhdl.cxx @@ -322,7 +322,7 @@ void ScInputHandler::InitRangeFinder( const OUString& rFormula ) ++nPos; // Separator or closing quote } - // Text zwischen Trennern + // text between separators nStart = nPos; handle_r1c1: { |