summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-09-12 18:37:04 +0200
committerMichael Stahl <mstahl@redhat.com>2014-09-12 18:38:38 +0200
commited05120b23869f12c3dee07f94ee73a624ba15e2 (patch)
tree59a61bbfc0b10100ee38a88f4d2e001fa6bb13af /sc
parent7ce8ba33f38671d7cae8b0e759c38b4a8668488a (diff)
well enabling optimizations with SunStudio is just asking for trouble...
Change-Id: I396b1f612432ffe5f77cae505f2a57ca0f2068a2
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/tabcont.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabcont.cxx b/sc/source/ui/view/tabcont.cxx
index 3bfeb992692f..66484c27653d 100644
--- a/sc/source/ui/view/tabcont.cxx
+++ b/sc/source/ui/view/tabcont.cxx
@@ -382,8 +382,6 @@ void ScTabControl::UpdateStatus()
if ( rMark.GetTableSelect(i) != (bool) IsPageSelected(static_cast<sal_uInt16>(i)+1) )
bModified = true;
- // #i99576# the following loop is mis-optimized on unxsoli4 and the reason
- // why this file is in NOOPTFILES.
if ( bModified )
for (i=0; i<nCount; i++)
SelectPage( static_cast<sal_uInt16>(i)+1, rMark.GetTableSelect(i) );