summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Mantke <maand@gmx.de>2010-10-23 18:42:18 +0200
committerAndreas Mantke <maand@gmx.de>2010-10-24 21:03:32 +0200
commitc432e152f499a3f0d9d16de56490412a5e754570 (patch)
treeea3d9d8b81e8d7dee1145bc509263bd54b968cb6
parente655e92b3ffecba794041df652fe9eaaf3b66eee (diff)
translation of 2 comments
-rw-r--r--basic/source/sbx/sbxsng.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxsng.cxx b/basic/source/sbx/sbxsng.cxx
index 200aa9ce62..21dd38f444 100644
--- a/basic/source/sbx/sbxsng.cxx
+++ b/basic/source/sbx/sbxsng.cxx
@@ -163,7 +163,7 @@ start:
nRes = *p->pUShort; break;
case SbxBYREF | SbxSINGLE:
nRes = *p->pSingle; break;
- // ab hier muss getestet werden
+ // from here had to be tested
case SbxBYREF | SbxDATE:
case SbxBYREF | SbxDOUBLE:
aTmp.nDouble = *p->pDouble; goto ref;
@@ -227,7 +227,7 @@ start:
aTmp.eType = SbxDataType( p->eType | SbxBYREF );
p = &aTmp; goto start;
- // keine Tests ab hier
+ // from here no tests
case SbxSINGLE:
p->nSingle = n; break;
case SbxDATE: