diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-22 10:44:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-22 14:04:59 +0100 |
commit | 70c15946ac5b2f481fed3c6e79f496196feb1b22 (patch) | |
tree | 6c0babb9a0f5df1518c460dbeb9e7eef3246875e /sc | |
parent | b6c0356ac9d59a4599d15f8d2f001d39010b3e48 (diff) |
StartExecuteAsync doesn't need a second param
we can just use this to store a keep-alive reference in AsyncContext
Change-Id: I0152aef5386aa9753b48afdfc958790f10d13560
Reviewed-on: https://gerrit.libreoffice.org/48294
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/tabvwsha.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx index 67911a29c91d..0a07e52d20f6 100644 --- a/sc/source/ui/view/tabvwsha.cxx +++ b/sc/source/ui/view/tabvwsha.cxx @@ -561,7 +561,7 @@ void ScTabViewShell::ExecuteCellFormatDlg(SfxRequest& rReq, const OString &rName pRequest->Done(*pOutSet); } - }, pDlg); + }); } bool ScTabViewShell::IsRefInputMode() const |