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
a8d7c510
Kaydet (Commit)
a8d7c510
authored
Ock 27, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707629 Uninitialized scalar field
Change-Id: I0e3d9d4dad46e9b88be11cc9ac2c7d3c0c4b6f6e
üst
fdc28850
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
sbxbase.hxx
basic/inc/sbxbase.hxx
+7
-1
No files found.
basic/inc/sbxbase.hxx
Dosyayı görüntüle @
a8d7c510
...
@@ -41,7 +41,13 @@ struct SbxAppData
...
@@ -41,7 +41,13 @@ struct SbxAppData
LanguageType
eBasicFormaterLangType
;
LanguageType
eBasicFormaterLangType
;
// It might be useful to store this class 'global' because some string reosurces are saved here
// It might be useful to store this class 'global' because some string reosurces are saved here
SbxAppData
()
:
eSbxError
(
SbxERR_OK
),
aFacs
(),
pBasicFormater
(
NULL
)
{}
SbxAppData
()
:
eSbxError
(
SbxERR_OK
)
,
aFacs
()
,
pBasicFormater
(
NULL
)
,
eBasicFormaterLangType
(
LANGUAGE_DONTKNOW
)
{
}
~
SbxAppData
();
~
SbxAppData
();
};
};
...
...
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