summaryrefslogtreecommitdiff
path: root/basic
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
commit44b96595b78ccf771de66c785633790b48cc7a45 (patch)
tree15c008c2c8d04928edb1a259b3d8b0a0eba0048c /basic
parentfc9171c1442b359d7e806767e90a18c5d6ca2e7e (diff)
translation of 2 comments
Diffstat (limited to 'basic')
-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 37efa6965bda..a6250bf1d570 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: