summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fusumry.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-09-28 19:39:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-09-29 09:41:13 +0200
commit00f77b86df915e675f6b0e4aa5d762fda14d9c32 (patch)
tree2dada332d379136d155dbf48da735c0e9e9a328d /sd/source/ui/func/fusumry.cxx
parent22483334bf897160494a7223992c5f4a301c82f8 (diff)
use SfxItemSetFixed in sd
Change-Id: Ia28372dbb82fdaaa282756118e0eeb207cfd5146 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122789 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/func/fusumry.cxx')
-rw-r--r--sd/source/ui/func/fusumry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fusumry.cxx b/sd/source/ui/func/fusumry.cxx
index 522c30897dc7..9b160099cba0 100644
--- a/sd/source/ui/func/fusumry.cxx
+++ b/sd/source/ui/func/fusumry.cxx
@@ -193,7 +193,7 @@ void FuSummaryPage::DoExecute( SfxRequest& )
return;
// remove hard break- and character attributes
- SfxItemSet aEmptyEEAttr(mpDoc->GetPool(), svl::Items<EE_ITEMS_START, EE_ITEMS_END>);
+ SfxItemSetFixed<EE_ITEMS_START, EE_ITEMS_END> aEmptyEEAttr(mpDoc->GetPool());
sal_Int32 nParaCount = pOutl->GetParagraphCount();
for (sal_Int32 nPara = 0; nPara < nParaCount; nPara++)