Kaydet (Commit) 9a7ae56a authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#738568 Uninitialized scalar field

Change-Id: I0243a52daa67054b8f7fe33ccdd5c149fb35411e
üst f2023b24
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment