summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2018-08-11 10:41:42 +0300
committerCaolán McNamara <caolanm@redhat.com>2018-08-11 17:46:06 +0200
commit8a24b1ebaba46edb99a96bb558317cebe8946dfb (patch)
tree2c04da7d24104199d189e5129d23cc31c6d5ba8f /desktop/source
parent22b9bee790a6b63b11369a7ae7257ceaef9d8585 (diff)
Fix fallout from 6a4c464b49dbfa2801818ead1b50bc9580824d00
Change-Id: I72e4008a0aacf7e35006be685462168874954631 Reviewed-on: https://gerrit.libreoffice.org/58872 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index cb67abaa8fd9..c83d424f8a30 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1054,7 +1054,7 @@ void restartOnMac(bool passArguments) {
std::unique_ptr<weld::MessageDialog> xRestartBox(Application::CreateMessageDialog(nullptr,
VclMessageType::Warning, VclButtonsType::Ok, aMessage));
- xRestartBox->Execute();
+ xRestartBox->run();
#else
OUString execUrl;
OSL_VERIFY(osl_getExecutableFile(&execUrl.pData) == osl_Process_E_None);