summaryrefslogtreecommitdiff
path: root/i18npool
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 /i18npool
parent7ce8ba33f38671d7cae8b0e759c38b4a8668488a (diff)
well enabling optimizations with SunStudio is just asking for trouble...
Change-Id: I396b1f612432ffe5f77cae505f2a57ca0f2068a2
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/search/textsearch.cxx1
1 files changed, 0 insertions, 1 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)
{