summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2023-12-13 21:23:30 +0100
committerAndras Timar <andras.timar@collabora.com>2024-01-10 19:29:12 +0100
commit5e38bc81655ef24c2ddd26bf1a7f1f1870a184b9 (patch)
treed0ebae85a4e95b9d19ffa5fa12ca33acc93a03d7
parent9c35edb44a82a346122e9ba762165161d1ebcf02 (diff)
tdf#158684: CHART XY Scatter Chart: line type "stepped" ignores parameters
Regression from 65752e649872edfd98915035b61aca510ae8f271 Date: Fri Mar 24 10:52:13 2023 +0100 jsdialog: enable and make async chart line prop dialog Change-Id: I1532c45ae72d2c45ace72bcc099fcc8baa265b99 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160715 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr> (cherry picked from commit 4eb875d95622fb4346d3f8b24327a1b84230eca1) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161675 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--chart2/source/controller/dialogs/ChartResourceGroups.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/ChartResourceGroups.cxx b/chart2/source/controller/dialogs/ChartResourceGroups.cxx
index 3cf5996ed300..e1550d2766c7 100644
--- a/chart2/source/controller/dialogs/ChartResourceGroups.cxx
+++ b/chart2/source/controller/dialogs/ChartResourceGroups.cxx
@@ -328,7 +328,7 @@ IMPL_LINK_NOARG(SplineResourceGroup, SteppedDetailsDialogHdl, weld::Button&, voi
weld::GenericDialogController::runAsync(
xDlg, [this, xDlg, aOldParameter, iOldLineTypePos](sal_Int32 nResult) {
m_xSteppedPropertiesDialog = nullptr;
- auto xNewDlg = getSplinePropertiesDialog();
+ auto xNewDlg = getSteppedPropertiesDialog();
if (nResult == RET_OK)
{