summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-05-30 22:55:03 +0200
committerEike Rathke <erack@redhat.com>2017-06-02 14:52:29 +0200
commit610968f029f87315341cc43d08afd4c69b0c4ae7 (patch)
tree0682cd7b853f77e4b0cc92a59145e83450508d9f /chart2
parent0ea17ee385da9cf4e16e70002c249d8c96d3e7c2 (diff)
Add custom HID to the 'From Data Table' option
On the X/Y Error Bars window a custom text is set for a radiobutton if the chart has its own data table. The difference is explained in the help, let's display the correct description in the extended help. Change-Id: Idaa6038818bc4f87ea490a457e7c96ff741f1f77 Reviewed-on: https://gerrit.libreoffice.org/38240 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 4d0f4fefeb128cf7d61ebfceb8fb2befd3e98904) Reviewed-on: https://gerrit.libreoffice.org/38349 Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/res_ErrorBar.cxx2
-rw-r--r--chart2/source/controller/inc/HelpIds.hrc2
2 files changed, 3 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/res_ErrorBar.cxx b/chart2/source/controller/dialogs/res_ErrorBar.cxx
index 97b5d31a4fe5..03e24cc512ce 100644
--- a/chart2/source/controller/dialogs/res_ErrorBar.cxx
+++ b/chart2/source/controller/dialogs/res_ErrorBar.cxx
@@ -23,6 +23,7 @@
#include "RangeSelectionHelper.hxx"
#include "TabPageNotifiable.hxx"
#include "macros.hxx"
+#include "HelpIds.hrc"
#include <rtl/math.hxx>
#include <vcl/dialog.hxx>
@@ -197,6 +198,7 @@ void ErrorBarResources::SetChartDocumentForRangeChoosing(
if( m_bHasInternalDataProvider )
{
m_pRbRange->SetText(m_pUIStringRbRange->GetText());
+ m_pRbRange->SetHelpId( HID_SCH_ERROR_BARS_FROM_DATA );
}
if( m_pRbRange->IsChecked())
diff --git a/chart2/source/controller/inc/HelpIds.hrc b/chart2/source/controller/inc/HelpIds.hrc
index 9f5aeb76e503..48616bb29210 100644
--- a/chart2/source/controller/inc/HelpIds.hrc
+++ b/chart2/source/controller/inc/HelpIds.hrc
@@ -20,7 +20,7 @@
#define CHART_HELPIDS_HRC
#define HID_SCH_WIN_DOCUMENT "CHART2_HID_SCH_WIN_DOCUMENT"
-
+#define HID_SCH_ERROR_BARS_FROM_DATA "CHART2_SCH_ERROR_BARS_FROM_DATA"