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
9a7ae56a
Kaydet (Commit)
9a7ae56a
authored
Nis 30, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#738568 Uninitialized scalar field
Change-Id: I0243a52daa67054b8f7fe33ccdd5c149fb35411e
üst
f2023b24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tp_AxisPositions.cxx
chart2/source/controller/dialogs/tp_AxisPositions.cxx
+1
-1
No files found.
chart2/source/controller/dialogs/tp_AxisPositions.cxx
Dosyayı görüntüle @
9a7ae56a
...
...
@@ -50,6 +50,7 @@ AxisPositionsTabPage::AxisPositionsTabPage(Window* pWindow,const SfxItemSet& rIn
,
m_pNumFormatter
(
NULL
)
,
m_bCrossingAxisIsCategoryAxis
(
false
)
,
m_aCategories
()
,
m_bSupportAxisPositioning
(
false
)
{
get
(
m_pFL_AxisLine
,
"FL_AXIS_LINE"
);
get
(
m_pLB_CrossesAt
,
"LB_CROSSES_OTHER_AXIS_AT"
);
...
...
@@ -82,7 +83,6 @@ AxisPositionsTabPage::AxisPositionsTabPage(Window* pWindow,const SfxItemSet& rIn
m_pLB_PlaceLabels
->
SetSelectHdl
(
LINK
(
this
,
AxisPositionsTabPage
,
PlaceLabelsSelectHdl
)
);
m_pLB_PlaceLabels
->
SetDropDownLineCount
(
m_pLB_PlaceLabels
->
GetEntryCount
()
);
m_pLB_PlaceTicks
->
SetDropDownLineCount
(
m_pLB_PlaceTicks
->
GetEntryCount
()
);
}
SfxTabPage
*
AxisPositionsTabPage
::
Create
(
Window
*
pWindow
,
const
SfxItemSet
&
rOutAttrs
)
...
...
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