summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorAndreas Mantke <maand@gmx.de>2010-11-02 16:18:59 +0100
committerAndreas Mantke <maand@gmx.de>2010-11-02 16:18:59 +0100
commit9ab38776dd6efc95685f3518ced1bc3bcb89c642 (patch)
treea6645e35ccbed662da19dfd1b0cd11b7f3a91dcb /basic
parent888166a148c0f46a6adc79203c136e6b1a0f8978 (diff)
Translation of comments to English
Diffstat (limited to 'basic')
-rw-r--r--basic/source/sbx/sbxuint.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxuint.cxx b/basic/source/sbx/sbxuint.cxx
index d5123b814a..5669938a0d 100644
--- a/basic/source/sbx/sbxuint.cxx
+++ b/basic/source/sbx/sbxuint.cxx
@@ -190,7 +190,7 @@ start:
case SbxBYREF | SbxUSHORT:
nRes = *p->pUShort; break;
- // ab hier wird getestet
+ // from here on will be tested
case SbxBYREF | SbxCHAR:
aTmp.nChar = *p->pChar; goto ref;
case SbxBYREF | SbxINTEGER:
@@ -258,7 +258,7 @@ start:
ImpCreateDecimal( p )->setUInt( n );
break;
- // Tests ab hier
+ // from here on tests
case SbxCHAR:
aTmp.pChar = &p->nChar; goto direct;
case SbxBYTE: