sc/source/ui/view/tabvwsha.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 64804142904cbb2df38138b0c53b4a5790104814 Author: Caolán McNamara <[email protected]> AuthorDate: Thu Jan 18 21:33:19 2018 +0000 Commit: Jan Holesovsky <[email protected]> CommitDate: Mon Jul 16 16:02:59 2018 +0200 SfxReqest::Done takes a SfxItemSet& or a boolean, not a SfxItemSet* regression from commit c40dfabd56ade10fe35690dc9810955c2e99e2c0 Date: Fri Jan 12 11:57:22 2018 +0000 Change-Id: Ia97ba286a2da0584a2e806ad7396a3633f9d913e Reviewed-on: https://gerrit.libreoffice.org/48170 Reviewed-by: Jan Holesovsky <[email protected]> Tested-by: Jan Holesovsky <[email protected]> diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx index 2e79fb16513b..3d2e3e3e2324 100644 --- a/sc/source/ui/view/tabvwsha.cxx +++ b/sc/source/ui/view/tabvwsha.cxx @@ -560,7 +560,7 @@ void ScTabViewShell::ExecuteCellFormatDlg(SfxRequest& rReq, const OString &rName ApplyAttributes(pOutSet, pOldSet.get()); - pRequest->Done(pOutSet); + pRequest->Done(*pOutSet); } }); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
