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
d7e72bef
Kaydet (Commit)
d7e72bef
authored
Eyl 11, 2013
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
certainly it is enough to obtain the disables dictionaries once?
Change-Id: I323719e9c74d7c117062fb225a890a5e65c042ab
üst
c24aa1e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lingucfg.cxx
unotools/source/config/lingucfg.cxx
+2
-1
No files found.
unotools/source/config/lingucfg.cxx
Dosyayı görüntüle @
d7e72bef
...
@@ -1050,6 +1050,8 @@ std::vector< SvtLinguConfigDictionaryEntry > SvtLinguConfig::GetActiveDictionari
...
@@ -1050,6 +1050,8 @@ std::vector< SvtLinguConfigDictionaryEntry > SvtLinguConfig::GetActiveDictionari
sal_Int32
nLen
=
aElementNames
.
getLength
();
sal_Int32
nLen
=
aElementNames
.
getLength
();
const
OUString
*
pElementNames
=
aElementNames
.
getConstArray
();
const
OUString
*
pElementNames
=
aElementNames
.
getConstArray
();
const
uno
::
Sequence
<
OUString
>
aDisabledDics
(
GetDisabledDictionaries
()
);
SvtLinguConfigDictionaryEntry
aDicEntry
;
SvtLinguConfigDictionaryEntry
aDicEntry
;
for
(
sal_Int32
i
=
0
;
i
<
nLen
;
++
i
)
for
(
sal_Int32
i
=
0
;
i
<
nLen
;
++
i
)
{
{
...
@@ -1059,7 +1061,6 @@ std::vector< SvtLinguConfigDictionaryEntry > SvtLinguConfig::GetActiveDictionari
...
@@ -1059,7 +1061,6 @@ std::vector< SvtLinguConfigDictionaryEntry > SvtLinguConfig::GetActiveDictionari
{
{
// check if it is active or not
// check if it is active or not
bool
bDicIsActive
=
true
;
bool
bDicIsActive
=
true
;
const
uno
::
Sequence
<
OUString
>
aDisabledDics
(
GetDisabledDictionaries
()
);
for
(
sal_Int32
k
=
0
;
bDicIsActive
&&
k
<
aDisabledDics
.
getLength
();
++
k
)
for
(
sal_Int32
k
=
0
;
bDicIsActive
&&
k
<
aDisabledDics
.
getLength
();
++
k
)
{
{
if
(
aDisabledDics
[
k
]
==
pElementNames
[
i
])
if
(
aDisabledDics
[
k
]
==
pElementNames
[
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