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
fe3793e3
Kaydet (Commit)
fe3793e3
authored
May 06, 2014
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
now these temporary SvtLanguageTable instances are moot
Change-Id: I82eec52b3ee30dfbdb87469cb8f0b14c4fc777cf
üst
a9ff0164
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
langbox.cxx
svx/source/dialog/langbox.cxx
+4
-6
No files found.
svx/source/dialog/langbox.cxx
Dosyayı görüntüle @
fe3793e3
...
...
@@ -155,11 +155,10 @@ void SvxLanguageBox::Init()
if
(
m_bWithCheckmark
)
{
SvtLanguageTable
aLangTable
;
sal_uInt32
nCount
=
aLangTable
.
GetEntryCount
();
sal_uInt32
nCount
=
SvtLanguageTable
::
GetLanguageEntryCount
();
for
(
sal_uInt32
i
=
0
;
i
<
nCount
;
i
++
)
{
LanguageType
nLangType
=
aLangTable
.
Get
TypeAtIndex
(
i
);
LanguageType
nLangType
=
SvtLanguageTable
::
GetLanguage
TypeAtIndex
(
i
);
bool
bInsert
=
true
;
if
((
LANGUAGE_DONTKNOW
==
nLangType
)
||
...
...
@@ -257,7 +256,6 @@ void SvxLanguageBox::SetLanguageList( sal_Int16 nLangList,
}
}
SvtLanguageTable
aLangTable
;
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_uInt16
>
xKnown
;
const
sal_uInt16
*
pKnown
;
sal_uInt32
nCount
;
...
...
@@ -269,7 +267,7 @@ void SvxLanguageBox::SetLanguageList( sal_Int16 nLangList,
}
else
{
nCount
=
aLangTable
.
Get
EntryCount
();
nCount
=
SvtLanguageTable
::
GetLanguage
EntryCount
();
pKnown
=
NULL
;
}
for
(
sal_uInt32
i
=
0
;
i
<
nCount
;
i
++
)
...
...
@@ -278,7 +276,7 @@ void SvxLanguageBox::SetLanguageList( sal_Int16 nLangList,
if
(
nLangList
&
LANG_LIST_ONLY_KNOWN
)
nLangType
=
pKnown
[
i
];
else
nLangType
=
aLangTable
.
Get
TypeAtIndex
(
i
);
nLangType
=
SvtLanguageTable
::
GetLanguage
TypeAtIndex
(
i
);
if
(
nLangType
!=
LANGUAGE_DONTKNOW
&&
nLangType
!=
LANGUAGE_SYSTEM
&&
nLangType
!=
LANGUAGE_NONE
&&
...
...
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