[Libreoffice-commits] core.git: basic/source
Caolán McNamara
caolanm at redhat.com
Tue Jun 14 14:54:13 UTC 2016
basic/source/runtime/methods1.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 4e596d1cb10e0902c354ce8a94f9d1fc7e6e0cf2
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Jun 14 15:21:21 2016 +0100
drop dramatic distracting comment
Change-Id: Ic4b5537075e7ea9a713409982bb21e12f6b53e3f
Reviewed-on: https://gerrit.libreoffice.org/26271
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx
index df3d8d9..3a36103 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);
More information about the Libreoffice-commits
mailing list