diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx index df3d8d9bec20..3a361038a344 100644 --- a/basic/source/runtime/methods1.cxx +++ b/basic/source/runtime/methods1.cxx @@ -827,9 +827,6 @@ RTLFUNC(Array) } // insert parameters into the array - // ATTENTION: Using type sal_uInt16 for loop variable is - // mandatory to workaround a problem with the - // Solaris Intel compiler optimizer! See i104354 for( sal_uInt16 i = 0 ; i < nArraySize ; i++ ) { SbxVariable* pVar = rPar.Get(i+1);