[Libreoffice-commits] .: basic/source

Andreas Mantke andreasma at kemper.freedesktop.org
Sun Oct 24 13:24:25 PDT 2010


 basic/source/sbx/sbxint.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ae5cc8bd1a9191e8ae2e9271bcbd1f8c6bebffc1
Author: Andreas Mantke <maand at gmx.de>
Date:   Sun Oct 24 22:24:57 2010 +0200

    some lines of comment translated

diff --git a/basic/source/sbx/sbxint.cxx b/basic/source/sbx/sbxint.cxx
index 38c10f1..1bf1836 100644
--- a/basic/source/sbx/sbxint.cxx
+++ b/basic/source/sbx/sbxint.cxx
@@ -195,7 +195,7 @@ start:
         case SbxBYREF | SbxBOOL:
             nRes = *p->pInteger; break;
 
-        // ab hier muss getestet werden
+        // from here had to be tested
         case SbxBYREF | SbxLONG:
             aTmp.nLong = *p->pLong; goto ref;
         case SbxBYREF | SbxULONG:
@@ -233,7 +233,7 @@ void ImpPutInteger( SbxValues* p, INT16 n )
 start:
     switch( +p->eType )
     {
-        // hier muss getestet werden
+        // here had to be tested
         case SbxCHAR:
             aTmp.pChar = &p->nChar; goto direct;
         case SbxBYTE:
@@ -249,7 +249,7 @@ start:
             aTmp.eType = SbxDataType( p->eType | SbxBYREF );
             p = &aTmp; goto start;
 
-        // ab hier nicht mehr
+        // frome here no longer
         case SbxINTEGER:
         case SbxBOOL:
             p->nInteger = n; break;


More information about the Libreoffice-commits mailing list