diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-11 12:53:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-11 15:37:27 +0200 |
commit | a87569e9ea8db9a0d869570613603eebf7c145e8 (patch) | |
tree | 804a8673c5c763bbffef835e5fba65d7e46ececf /cui | |
parent | 5afe093d8994c37d239001e8e272ab86eea62dcb (diff) |
weld RestartDialog
Change-Id: Iae97806a11b6c950931a342d06b3eeea168c7559
Reviewed-on: https://gerrit.libreoffice.org/52721
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/treeopt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/treeopt.cxx b/cui/source/options/treeopt.cxx index 993aaaf7ec86..3c44cd6089af 100644 --- a/cui/source/options/treeopt.cxx +++ b/cui/source/options/treeopt.cxx @@ -712,7 +712,7 @@ IMPL_LINK_NOARG(OfaTreeOptionsDialog, OKHdl_Impl, Button*, void) { SolarMutexGuard aGuard; ::svtools::executeRestartDialog(comphelper::getProcessComponentContext(), - static_cast<vcl::Window*>(m_pParent), eRestartReason); + m_pParent->GetFrameWeld(), eRestartReason); } } |