summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-01-22 10:44:20 +0200
committerJan Holesovsky <kendy@collabora.com>2018-01-23 20:53:17 +0100
commit92d7a58b8cafd80308b9a72bb7269e09f98d30db (patch)
tree4c697648e07496a6da731ffa8741999e42d37ab7 /sc
parent5a36d0533be4c230c1647710a42f7eee5b464700 (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> Reviewed-on: https://gerrit.libreoffice.org/48459 Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/tabvwsha.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx
index 97f2c252722f..fc305eda401b 100644
--- a/sc/source/ui/view/tabvwsha.cxx
+++ b/sc/source/ui/view/tabvwsha.cxx
@@ -565,7 +565,7 @@ void ScTabViewShell::ExecuteCellFormatDlg(SfxRequest& rReq, const OString &rName
pRequest->Done(*pOutSet);
}
- }, pDlg);
+ });
}
bool ScTabViewShell::IsRefInputMode() const