summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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:
cgit/lo/core/commit/sccomp?h=feature/unostyles3&id=de7cdbc5840fd7d958d486901e405890eff224b9'>Install coinmp and lpsolve linear solvers in parallel.Matúš Kukan 2014-04-01Revert "Allow to build lpsolver based on CoinMP library."Matúš Kukan 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann