From ed05120b23869f12c3dee07f94ee73a624ba15e2 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 12 Sep 2014 18:37:04 +0200 Subject: [PATCH] well enabling optimizations with SunStudio is just asking for trouble... Change-Id: I396b1f612432ffe5f77cae505f2a57ca0f2068a2 --- i18npool/source/search/textsearch.cxx | 1 - sc/source/ui/view/tabcont.cxx | 2 -- 2 files changed, 3 deletions(-) diff --git a/i18npool/source/search/textsearch.cxx b/i18npool/source/search/textsearch.cxx index d95600d60936..ef8217b9726a 100644 --- a/i18npool/source/search/textsearch.cxx +++ b/i18npool/source/search/textsearch.cxx @@ -569,7 +569,6 @@ sal_Int32 TextSearch::GetDiff( const sal_Unicode cChr ) const } -// TextSearch::NSrchFrwrd is mis-optimized on unxsoli (#i105945#) SearchResult TextSearch::NSrchFrwrd( const OUString& searchStr, sal_Int32 startPos, sal_Int32 endPos ) throw(RuntimeException) { 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(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(i)+1, rMark.GetTableSelect(i) );