[Libreoffice-commits] core.git: 2 commits - chart2/source helpcontent2

Caolán McNamara caolanm at redhat.com
Wed Nov 20 02:39:20 PST 2013


 chart2/source/controller/dialogs/tp_Scale.cxx |    6 ------
 helpcontent2                                  |    2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

New commits:
commit 7e93e93a4a93b7968255d6b23a32fa3e9fe37885
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 20 10:38:32 2013 +0000

    both help ids end up in the same help
    
    Change-Id: Ia08494cd48a510be53006d6beda14e4b5affbdc2

diff --git a/chart2/source/controller/dialogs/tp_Scale.cxx b/chart2/source/controller/dialogs/tp_Scale.cxx
index ee34d0c..13ba028 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 );
commit 096d672b4af1ed24a00993dae59c1d3be979b26f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 20 10:37:45 2013 +0000

    Updated core
    Project: help  6b38d34d66708e0323eafac99e827122086a4b41

diff --git a/helpcontent2 b/helpcontent2
index b6b1a6c..6b38d34 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit b6b1a6c7e1ccd857414ba11a126129c5cd390ec6
+Subproject commit 6b38d34d66708e0323eafac99e827122086a4b41


More information about the Libreoffice-commits mailing list