diff options
author | Andreas Mantke <maand@gmx.de> | 2010-11-02 16:18:59 +0100 |
---|---|---|
committer | Andreas Mantke <maand@gmx.de> | 2010-11-02 16:18:59 +0100 |
commit | aa0df2ec73e48652d7161efcd150e804a5e9fb5d (patch) | |
tree | d7f6c4d32248fccd880c078fbaad12d1b203482e /basic | |
parent | e6b05bbeb24947d36b5d10b9bb6d4cbeb4a1a134 (diff) |
Translation of comments to English
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sbx/sbxuint.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxuint.cxx b/basic/source/sbx/sbxuint.cxx index a0d11deac1be..e20abbb3c0c0 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: |