[Libreoffice-commits] .: basic/source

Andreas Mantke andreasma at kemper.freedesktop.org
Tue Nov 2 08:19:27 PDT 2010


 basic/source/sbx/sbxuint.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9ab38776dd6efc95685f3518ced1bc3bcb89c642
Author: Andreas Mantke <maand at gmx.de>
Date:   Tue Nov 2 16:18:59 2010 +0100

    Translation of comments to English

diff --git a/basic/source/sbx/sbxuint.cxx b/basic/source/sbx/sbxuint.cxx
index d5123b8..5669938 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:


More information about the Libreoffice-commits mailing list