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
fc4ac90f
Kaydet (Commit)
fc4ac90f
authored
Nis 17, 2014
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
no temporary instance of SvtLanguageTable necessary here
Change-Id: Ic5a6075b3d8e82b0a778d05772e2c8a23d7a1955
üst
fa92393f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
textsh1.cxx
sw/source/core/uibase/shells/textsh1.cxx
+2
-4
No files found.
sw/source/core/uibase/shells/textsh1.cxx
Dosyayı görüntüle @
fc4ac90f
...
...
@@ -1365,20 +1365,18 @@ void SwTextShell::GetState( SfxItemSet &rSet )
// the value of used script types
OUString
aScriptTypesInUse
(
OUString
::
number
(
rSh
.
GetScriptType
()
)
);
SvtLanguageTable
aLangTable
;
// get keyboard language
OUString
aKeyboardLang
;
SwEditWin
&
rEditWin
=
GetView
().
GetEditWin
();
LanguageType
nLang
=
rEditWin
.
GetInputLanguage
();
if
(
nLang
!=
LANGUAGE_DONTKNOW
&&
nLang
!=
LANGUAGE_SYSTEM
)
aKeyboardLang
=
aLangTable
.
Get
String
(
nLang
);
aKeyboardLang
=
SvtLanguageTable
::
GetLanguage
String
(
nLang
);
// get the language that is in use
OUString
aCurrentLang
=
"*"
;
nLang
=
SwLangHelper
::
GetCurrentLanguage
(
rSh
);
if
(
nLang
!=
LANGUAGE_DONTKNOW
)
aCurrentLang
=
aLangTable
.
Get
String
(
nLang
);
aCurrentLang
=
SvtLanguageTable
::
GetLanguage
String
(
nLang
);
// build sequence for status value
uno
::
Sequence
<
OUString
>
aSeq
(
4
);
...
...
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