Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
ed05120b
Kaydet (Commit)
ed05120b
authored
Eyl 12, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
well enabling optimizations with SunStudio is just asking for trouble...
Change-Id: I396b1f612432ffe5f77cae505f2a57ca0f2068a2
üst
7ce8ba33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
textsearch.cxx
i18npool/source/search/textsearch.cxx
+0
-1
tabcont.cxx
sc/source/ui/view/tabcont.cxx
+0
-2
No files found.
i18npool/source/search/textsearch.cxx
Dosyayı görüntüle @
ed05120b
...
...
@@ -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
)
{
...
...
sc/source/ui/view/tabcont.cxx
Dosyayı görüntüle @
ed05120b
...
...
@@ -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
)
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment