[Libreoffice-commits] .: basic/source
Andreas Mantke
andreasma at kemper.freedesktop.org
Tue Nov 2 08:21:48 PDT 2010
basic/source/sbx/sbxulng.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 20710c28abe5b2908ca444f4b14865f82d975248
Author: Andreas Mantke <maand at gmx.de>
Date: Tue Nov 2 16:21:25 2010 +0100
Translation of comments to English
diff --git a/basic/source/sbx/sbxulng.cxx b/basic/source/sbx/sbxulng.cxx
index 13c91f8..6e1d3bd 100644
--- a/basic/source/sbx/sbxulng.cxx
+++ b/basic/source/sbx/sbxulng.cxx
@@ -168,7 +168,7 @@ start:
case SbxBYREF | SbxULONG:
nRes = *p->pULong; break;
- // Tests ab hier
+ // from here on tests
case SbxBYREF | SbxCHAR:
aTmp.nChar = *p->pChar; goto ref;
case SbxBYREF | SbxINTEGER:
@@ -222,7 +222,7 @@ start:
ImpCreateDecimal( p )->setULong( n );
break;
- // Tests ab hier
+ // from here on tests
case SbxCHAR:
aTmp.pChar = &p->nChar; goto direct;
case SbxUINT:
More information about the Libreoffice-commits
mailing list