summaryrefslogtreecommitdiffstats
path: root/reportdesign
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-07-15 15:06:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-15 18:53:39 +0200
commit7d1692179e7cdca19ab34fdc9701512656f01861 (patch)
tree32fdc18742ceeb93090c5c13366705fe8908c1aa /reportdesign
parentcrashreporting: Crash seen in CachePreview from Idle UpdateHdl (diff)
downloadcore-7d1692179e7cdca19ab34fdc9701512656f01861.tar.gz
core-7d1692179e7cdca19ab34fdc9701512656f01861.zip
drop the Pair constructor from SfxItemSet
just so we have one fewer odd constructors here Change-Id: I81278e9436747a4eb46a33da9bfec7a8b30079b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118982 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/misc/UITools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/misc/UITools.cxx b/reportdesign/source/ui/misc/UITools.cxx
index 6be0594813f6..a9fc081556fb 100644
--- a/reportdesign/source/ui/misc/UITools.cxx
+++ b/reportdesign/source/ui/misc/UITools.cxx
@@ -776,7 +776,7 @@ bool openAreaDialog( const uno::Reference<report::XShape >& _xShape,const uno::R
try
{
SfxItemPool& rItemPool = pModel->GetItemPool();
- SfxItemSet aDescriptor( rItemPool, {{rItemPool.GetFirstWhich(),rItemPool.GetLastWhich()}} );
+ SfxItemSet aDescriptor( rItemPool, rItemPool.GetFirstWhich(), rItemPool.GetLastWhich() );
lcl_fillShapeToItems(_xShape, aDescriptor);
{ // want the dialog to be destroyed before our set