summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-01-18 21:33:19 +0000
committerJan Holesovsky <kendy@collabora.com>2018-01-19 09:54:13 +0100
commit545984812e1cad17c28eb412ffd2cd9cf85cda0f (patch)
tree5a2ce85b17b83e1c66120a1fa72e213319eaf0b2 /sc
parentd8be925640a142315bcf73c25f85fb8eefeba79a (diff)
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 <kendy@collabora.com> 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 06c7ef175f83..97f2c252722f 100644
--- a/sc/source/ui/view/tabvwsha.cxx
+++ b/sc/source/ui/view/tabvwsha.cxx
@@ -563,7 +563,7 @@ void ScTabViewShell::ExecuteCellFormatDlg(SfxRequest& rReq, const OString &rName
ApplyAttributes(pOutSet, pOldSet.get());
- pRequest->Done(pOutSet);
+ pRequest->Done(*pOutSet);
}
}, pDlg);
}