[Libreoffice-commits] core.git: sal/textenc sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Dec 1 18:23:54 UTC 2018
sal/textenc/tencinfo.cxx | 2 +-
sc/source/ui/app/inputhdl.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 55bb8bddd72079e619ab637409733764ddd33328
Author: Jens Carl <j.carl43 at gmx.de>
AuthorDate: Fri Nov 30 17:46:04 2018 +0000
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Sat Dec 1 19:23:31 2018 +0100
tdf#39468 Translate German comments
Change-Id: I27e5e4604cd999d778eb84976b3bea0ef35122ee
Reviewed-on: https://gerrit.libreoffice.org/64353
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack at redhat.com>
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:
{
More information about the Libreoffice-commits
mailing list