diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-11-20 10:38:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-20 10:39:07 +0000 |
commit | 7e93e93a4a93b7968255d6b23a32fa3e9fe37885 (patch) | |
tree | 817a9c30d13219d5504e32a1a0afa72f954845a8 /chart2 | |
parent | 096d672b4af1ed24a00993dae59c1d3be979b26f (diff) |
both help ids end up in the same help
Change-Id: Ia08494cd48a510be53006d6beda14e4b5affbdc2
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/tp_Scale.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/controller/dialogs/tp_Scale.cxx b/chart2/source/controller/dialogs/tp_Scale.cxx index ee34d0c75836..13ba0283bc81 100644 --- a/chart2/source/controller/dialogs/tp_Scale.cxx +++ b/chart2/source/controller/dialogs/tp_Scale.cxx @@ -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 ); |