diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-31 11:57:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-31 22:08:07 +0100 |
commit | 9d1c68ae17ef566b9034478c7b29411c62684289 (patch) | |
tree | 265f9e7decdbe9dc77ff7a108d878b68ed9887a6 /include/vcl | |
parent | 97be9270868990d3d45b29724c8fdc3598d2a64c (diff) |
replace StartExecuteModal with StartExecuteAsync
Change-Id: I2c0e0266f6bb468ebb5285f95d1824cf12100812
Reviewed-on: https://gerrit.libreoffice.org/62690
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/dialog.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx index 66d6e2bccd6f..8d4c2c6e0ee2 100644 --- a/include/vcl/dialog.hxx +++ b/include/vcl/dialog.hxx @@ -140,7 +140,6 @@ public: // Dialog::Execute replacement API public: - virtual void StartExecuteModal( const Link<Dialog&,void>& rEndDialogHdl ); long GetResult() const; private: bool ImplStartExecuteModal(); @@ -148,7 +147,6 @@ private: void ImplSetModalInputMode(bool bModal); public: - // FIXME: Need to remove old StartExecuteModal in favour of this one. /// Returns true if the dialog successfully starts bool StartExecuteAsync(const std::function<void(sal_Int32)> &rEndDialogFn) { |