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
bcfa8915
Kaydet (Commit)
bcfa8915
authored
Ock 30, 2014
tarafından
László Németh
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#44314 non-standard hyphenation (fix previous commit)
Change-Id: Ib830cf5b57051039106d1f60059fe8a3bdbecf1a
üst
da5b9bc9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
dicimp.cxx
linguistic/source/dicimp.cxx
+6
-4
No files found.
linguistic/source/dicimp.cxx
Dosyayı görüntüle @
bcfa8915
...
...
@@ -608,20 +608,22 @@ int DictionaryNeo::cmpDicEntry(const OUString& rWord1,
{
if
(
aWord1
[
nIdx1
]
==
cIgnBeg
)
IgnState
=
true
;
if
(
IgnState
||
aWord1
[
nIdx1
++
]
==
cIgnChar
)
if
(
IgnState
||
aWord1
[
nIdx1
]
==
cIgnChar
)
nNumIgnChar1
++
;
if
(
aWord1
[
nIdx1
]
==
cIgnEnd
)
IgnState
=
false
;
nIdx1
++
;
}
IgnState
=
false
;
while
(
nIdx2
<
nLen2
)
{
if
(
aWord
1
[
nIdx2
]
==
cIgnBeg
)
if
(
aWord
2
[
nIdx2
]
==
cIgnBeg
)
IgnState
=
true
;
if
(
aWord2
[
nIdx2
++
]
==
cIgnChar
)
if
(
IgnState
||
aWord2
[
nIdx2
]
==
cIgnChar
)
nNumIgnChar2
++
;
if
(
aWord
1
[
nIdx1
]
==
cIgnEnd
)
if
(
aWord
2
[
nIdx2
]
==
cIgnEnd
)
IgnState
=
false
;
nIdx2
++
;
}
nRes
=
((
sal_Int32
)
nLen1
-
nNumIgnChar1
)
-
((
sal_Int32
)
nLen2
-
nNumIgnChar2
);
...
...
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