[Libreoffice-commits] core.git: sw/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sat Sep 21 18:09:12 UTC 2019


 sw/source/ui/config/optcomp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 99c4a8bee6d8a061064113b31236c2c16f37d238
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Sep 21 16:51:52 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Sep 21 20:07:55 2019 +0200

    parent is a controller now
    
    Change-Id: I5d049d81e04475aa120af6e6c76b210e67618e30
    Reviewed-on: https://gerrit.libreoffice.org/79316
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/ui/config/optcomp.cxx b/sw/source/ui/config/optcomp.cxx
index 151216d337a6..3eb50d8ed913 100644
--- a/sw/source/ui/config/optcomp.cxx
+++ b/sw/source/ui/config/optcomp.cxx
@@ -449,7 +449,7 @@ bool SwCompatibilityOptPage::FillItemSet( SfxItemSet*  )
             if (svtools::executeRestartDialog(comphelper::getProcessComponentContext(),
                                               GetDialogFrameWeld(), svtools::RESTART_REASON_MSCOMPATIBLE_FORMS_MENU))
             {
-                GetParentDialog()->EndDialog(RET_OK);
+                GetDialogController()->response(RET_OK);
             }
         }
     }


More information about the Libreoffice-commits mailing list