cui/source/options/optopencl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 38eadd4b0714895e9b43c2341903e2e08cc1eaa6 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Sep 23 12:50:35 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Mon Sep 23 18:07:00 2019 +0200 config dialog uses a controller now Change-Id: I3751a2c08c88638a9843da658b829abf1ffef14c Reviewed-on: https://gerrit.libreoffice.org/79408 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/cui/source/options/optopencl.cxx b/cui/source/options/optopencl.cxx index b206d059b5e2..8a393d067678 100644 --- a/cui/source/options/optopencl.cxx +++ b/cui/source/options/optopencl.cxx @@ -70,7 +70,7 @@ bool SvxOpenCLTabPage::FillItemSet( SfxItemSet* ) SolarMutexGuard aGuard; if (svtools::executeRestartDialog(comphelper::getProcessComponentContext(), nullptr, svtools::RESTART_REASON_OPENCL)) - GetParentDialog()->EndDialog(RET_OK); + GetDialogController()->response(RET_OK); } return bModified; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits