Kaydet (Commit) 7e93e93a authored tarafından Caolán McNamara's avatar Caolán McNamara

both help ids end up in the same help

Change-Id: Ia08494cd48a510be53006d6beda14e4b5affbdc2
üst 096d672b
......@@ -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 );
......
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