drop dramatic distracting comment
Change-Id: Ic4b5537075e7ea9a713409982bb21e12f6b53e3f Reviewed-on: https://gerrit.libreoffice.org/26271 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
@@ -827,9 +827,6 @@ RTLFUNC(Array)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// insert parameters into the 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++ )
|
for( sal_uInt16 i = 0 ; i < nArraySize ; i++ )
|
||||||
{
|
{
|
||||||
SbxVariable* pVar = rPar.Get(i+1);
|
SbxVariable* pVar = rPar.Get(i+1);
|
||||||
|
Reference in New Issue
Block a user