summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-04 13:45:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-04 17:56:19 +0200
commit8d7b1f2e7c13a1ebcf6dfa2afed80f1df6d2565d (patch)
tree50cde37818401a0c62915e4da0141db4cdc1775a
parent6f88d98d9a768c904b6813d36b43b4b894f0eb26 (diff)
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@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--cui/source/options/treeopt.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}
}