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
3d556fcc
Kaydet (Commit)
3d556fcc
authored
Eki 08, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: variable 'numusr' is uninitialized when used here
Change-Id: I6476df0460f0f1cebb4879f1c732af6a4c48b5f7
üst
3d70fe99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
macspellimp.mm
lingucomponent/source/spellcheck/macosxspell/macspellimp.mm
+1
-2
No files found.
lingucomponent/source/spellcheck/macosxspell/macspellimp.mm
Dosyayı görüntüle @
3d556fcc
...
@@ -103,7 +103,6 @@ Sequence< Locale > SAL_CALL MacSpellChecker::getLocales()
...
@@ -103,7 +103,6 @@ Sequence< Locale > SAL_CALL MacSpellChecker::getLocales()
// dictionary list and the shared dictionary list
// dictionary list and the shared dictionary list
// to see what dictionaries the admin/user has installed
// to see what dictionaries the admin/user has installed
int numusr; // number of user dictionary entries
int numshr; // number of shared dictionary entries
int numshr; // number of shared dictionary entries
SvtPathOptions aPathOpt;
SvtPathOptions aPathOpt;
rtl_TextEncoding aEnc = RTL_TEXTENCODING_UTF8;
rtl_TextEncoding aEnc = RTL_TEXTENCODING_UTF8;
...
@@ -133,7 +132,7 @@ Sequence< Locale > SAL_CALL MacSpellChecker::getLocales()
...
@@ -133,7 +132,7 @@ Sequence< Locale > SAL_CALL MacSpellChecker::getLocales()
// users can name their dictionaries anything they want it would
// users can name their dictionaries anything they want it would
// be impossible to know if a real duplication exists unless we
// be impossible to know if a real duplication exists unless we
// add some unique key to each myspell dictionary
// add some unique key to each myspell dictionary
numdict = numshr
+ numusr
;
numdict = numshr;
if (numdict) {
if (numdict) {
aDLocs = new Locale [numdict];
aDLocs = new Locale [numdict];
...
...
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