well enabling optimizations with SunStudio is just asking for trouble...

Change-Id: I396b1f612432ffe5f77cae505f2a57ca0f2068a2
This commit is contained in:
Michael Stahl
2014-09-12 18:37:04 +02:00
parent 7ce8ba33f3
commit ed05120b23
2 changed files with 0 additions and 3 deletions

View File

@@ -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 ) SearchResult TextSearch::NSrchFrwrd( const OUString& searchStr, sal_Int32 startPos, sal_Int32 endPos )
throw(RuntimeException) throw(RuntimeException)
{ {

View File

@@ -382,8 +382,6 @@ void ScTabControl::UpdateStatus()
if ( rMark.GetTableSelect(i) != (bool) IsPageSelected(static_cast<sal_uInt16>(i)+1) ) if ( rMark.GetTableSelect(i) != (bool) IsPageSelected(static_cast<sal_uInt16>(i)+1) )
bModified = true; bModified = true;
// #i99576# the following loop is mis-optimized on unxsoli4 and the reason
// why this file is in NOOPTFILES.
if ( bModified ) if ( bModified )
for (i=0; i<nCount; i++) for (i=0; i<nCount; i++)
SelectPage( static_cast<sal_uInt16>(i)+1, rMark.GetTableSelect(i) ); SelectPage( static_cast<sal_uInt16>(i)+1, rMark.GetTableSelect(i) );