From 1d4827a26a749ca704430d6aae972ee39e35ba10 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Oct 2021 19:39:14 +0200 Subject: use SfxItemSetFixed in sc Change-Id: I5b1d66adb1b9e5dd0e470403ba7095183334cc66 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123182 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/ui/view/gridwin3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/view/gridwin3.cxx') diff --git a/sc/source/ui/view/gridwin3.cxx b/sc/source/ui/view/gridwin3.cxx index 25d8eb0729c6..e550447da8b5 100644 --- a/sc/source/ui/view/gridwin3.cxx +++ b/sc/source/ui/view/gridwin3.cxx @@ -340,7 +340,7 @@ void ScGridWindow::UpdateStatusPosSize() if (!pPV) return; // shouldn't be called in that case either - SfxItemSet aSet(mrViewData.GetViewShell()->GetPool(), svl::Items); + SfxItemSetFixed aSet(mrViewData.GetViewShell()->GetPool()); // Fill items for position and size: // show action rectangle during action, -- cgit