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
aef64222
Kaydet (Commit)
aef64222
authored
Nis 29, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1210170 Uninitialized scalar field
Change-Id: Id63e45f65dbcbbd4d8e861405670369a0fa8d70e
üst
2a061b9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
tabarea.cxx
cui/source/tabpages/tabarea.cxx
+1
-5
No files found.
cui/source/tabpages/tabarea.cxx
Dosyayı görüntüle @
aef64222
...
@@ -70,6 +70,7 @@ SvxAreaTabDialog::SvxAreaTabDialog
...
@@ -70,6 +70,7 @@ SvxAreaTabDialog::SvxAreaTabDialog
mnGradientListState
(
CT_NONE
),
mnGradientListState
(
CT_NONE
),
mnHatchingListState
(
CT_NONE
),
mnHatchingListState
(
CT_NONE
),
mnPageType
(
PT_AREA
),
mnPageType
(
PT_AREA
),
mnPos
(
0
),
mbAreaTP
(
false
)
mbAreaTP
(
false
)
{
{
m_nAreaTabPage
=
AddTabPage
(
"RID_SVXPAGE_AREA"
,
SvxAreaTabPage
::
Create
,
0
);
m_nAreaTabPage
=
AddTabPage
(
"RID_SVXPAGE_AREA"
,
SvxAreaTabPage
::
Create
,
0
);
...
@@ -95,15 +96,10 @@ SvxAreaTabDialog::SvxAreaTabDialog
...
@@ -95,15 +96,10 @@ SvxAreaTabDialog::SvxAreaTabDialog
rBtnCancel
.
SetClickHdl
(
LINK
(
this
,
SvxAreaTabDialog
,
CancelHdlImpl
)
);
rBtnCancel
.
SetClickHdl
(
LINK
(
this
,
SvxAreaTabDialog
,
CancelHdlImpl
)
);
}
}
SvxAreaTabDialog
::~
SvxAreaTabDialog
()
SvxAreaTabDialog
::~
SvxAreaTabDialog
()
{
{
}
}
void
SvxAreaTabDialog
::
SavePalettes
()
void
SvxAreaTabDialog
::
SavePalettes
()
{
{
SfxObjectShell
*
pShell
=
SfxObjectShell
::
Current
();
SfxObjectShell
*
pShell
=
SfxObjectShell
::
Current
();
...
...
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