summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-06-14 15:21:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-06-14 14:53:44 +0000
commit4e596d1cb10e0902c354ce8a94f9d1fc7e6e0cf2 (patch)
tree415896ea1ada95500129a42b0913a4054b29c630 /basic
parentd81fa4eb3a8960c1a1280fdd07bafa29de8290d2 (diff)
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>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/methods1.cxx3
1 files changed, 0 insertions, 3 deletions
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);