both help ids end up in the same help

Change-Id: Ia08494cd48a510be53006d6beda14e4b5affbdc2
This commit is contained in:
Caolán McNamara
2013-11-20 10:38:32 +00:00
parent 096d672b4a
commit 7e93e93a4a

View File

@@ -311,12 +311,6 @@ void ScaleTabPage::Reset(const SfxItemSet& rInAttrs)
m_pLB_AxisType->SelectEntryPos( nPos );
}
if( m_bAllowDateAxis )
m_pCbxReverse->SetHelpId("chart2:CheckBox:TP_SCALE:CBX_REVERSE:MayBeDateAxis");
else if( m_nAxisType==chart2::AxisType::CATEGORY || m_nAxisType==chart2::AxisType::SERIES )
m_pCbxReverse->SetHelpId("chart2:CheckBox:TP_SCALE:CBX_REVERSE:Category");
m_pCbxAutoMin->Check( true );
m_pCbxAutoMax->Check( true );
m_pCbxAutoStepMain->Check( true );