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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 4 15:56:41 UTC 2018


 cui/source/options/treeopt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8d7b1f2e7c13a1ebcf6dfa2afed80f1df6d2565d
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Sep 4 13:45:44 2018 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Sep 4 17:56:19 2018 +0200

    tdf#119690 on 'apply' options dialog is still up, use that as parent
    
    Change-Id: Icecf6bd2981a5b96c594a706238e8baf9b5a8149
    Reviewed-on: https://gerrit.libreoffice.org/59980
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx
index 63df32ae9484..9615d1bc6a28 100644
--- a/cui/source/options/treeopt.cxx
+++ b/cui/source/options/treeopt.cxx
@@ -699,7 +699,7 @@ IMPL_LINK_NOARG(OfaTreeOptionsDialog, ApplyHdl_Impl, Button*, void)
     {
         SolarMutexGuard aGuard;
         ::svtools::executeRestartDialog(comphelper::getProcessComponentContext(),
-                                        m_pParent->GetFrameWeld(), eRestartReason);
+                                        GetFrameWeld(), eRestartReason);
     }
 }
 


More information about the Libreoffice-commits mailing list