summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-05-30 13:03:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-05-31 11:20:55 +0200
commit7d34a7777cfeec112ab5cdabba059d01d8876be4 (patch)
treec4665122aa803e3480c0da3cc926c75663270855 /include
parent33bf4f0bcf941ee4609f558442035514f54cbc8a (diff)
flatten SvxItemPropertySet a little
Change-Id: Icb76ae5d0ebb0397bc1a2ea3c7d713a56d5ae477 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116422 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/unoipset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unoipset.hxx b/include/editeng/unoipset.hxx
index 10a0030aa75b..2c079a06b37f 100644
--- a/include/editeng/unoipset.hxx
+++ b/include/editeng/unoipset.hxx
@@ -34,7 +34,7 @@ class EDITENG_DLLPUBLIC SvxItemPropertySet
{
SfxItemPropertyMap m_aPropertyMap;
mutable css::uno::Reference<css::beans::XPropertySetInfo> m_xInfo;
- ::std::vector< std::unique_ptr<SvxIDPropertyCombine> > aCombineList;
+ ::std::vector< SvxIDPropertyCombine > aCombineList;
SfxItemPool& mrItemPool;
public: