From 9a7ae56a887537009ee88dbaed1a42f6d0060c6c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 30 Apr 2014 15:31:30 +0100 Subject: coverity#738568 Uninitialized scalar field Change-Id: I0243a52daa67054b8f7fe33ccdd5c149fb35411e --- chart2/source/controller/dialogs/tp_AxisPositions.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2/source/controller/dialogs/tp_AxisPositions.cxx') diff --git a/chart2/source/controller/dialogs/tp_AxisPositions.cxx b/chart2/source/controller/dialogs/tp_AxisPositions.cxx index a0e28ca7ca2f..1dfe618f494c 100644 --- a/chart2/source/controller/dialogs/tp_AxisPositions.cxx +++ b/chart2/source/controller/dialogs/tp_AxisPositions.cxx @@ -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) -- cgit v1.2.3