chart2/source/controller/dialogs/ChartResourceGroups.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4eb875d95622fb4346d3f8b24327a1b84230eca1
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Wed Dec 13 21:23:30 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Dec 14 08:48:48 2023 +0100

    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 <serval2...@yahoo.fr>

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)
             {

Reply via email to