summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/textenc/tencinfo.cxx2
-rw-r--r--sc/source/ui/app/inputhdl.cxx2
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:
{