summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-04-17 13:13:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-04-17 15:38:38 +0200
commit858817e158ca3eff5815b8fec67d54a8b63676ca (patch)
treef62014512c829b710bdad95d01d2dc42f8b7798c /cui
parent9a72d075b7b7b8907a045016c65f04c849de842a (diff)
missing dialog parent for restart for language change
Change-Id: I3f04519ad3fe35bcaa040934547d5b206184efbd Reviewed-on: https://gerrit.libreoffice.org/53039 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/optgdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index af6c1cbabb19..4dcb91416e8c 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -1382,7 +1382,7 @@ bool OfaLanguagesTabPage::FillItemSet( SfxItemSet* rSet )
// display info
SolarMutexGuard aGuard;
svtools::executeRestartDialog(
- comphelper::getProcessComponentContext(), nullptr,
+ comphelper::getProcessComponentContext(), GetFrameWeld(),
svtools::RESTART_REASON_LANGUAGE_CHANGE);
// tell quickstarter to stop being a veto listener