diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-07-16 08:56:29 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-07-16 10:25:13 +0200 |
commit | 476d8b4088b723df883a8d33d018da68c6b03933 (patch) | |
tree | 43511caefb59381b72d8ef5ddeb4f9728f0faccb /include/svl/itemset.hxx | |
parent | afddd56a8049957b9c0e025992d47c04342dbb88 (diff) |
Drop unused ctor
Change-Id: I5144d23d4e6f8e01035ef88a222f609184043c6a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119005
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/svl/itemset.hxx')
-rw-r--r-- | include/svl/itemset.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx index 4ca99faa13e8..befae1012990 100644 --- a/include/svl/itemset.hxx +++ b/include/svl/itemset.hxx @@ -108,7 +108,6 @@ private: SfxItemSet( SfxItemPool & pool, const WhichRangesContainer& wids, std::size_t items ); SfxItemSet( SfxItemPool & pool, WhichRangesContainer&& wids, std::size_t items ); - SfxItemSet( SfxItemPool & pool, std::initializer_list<sal_uInt16> wids, std::size_t items ); public: SfxPoolItem const** GetItems_Impl() const { return m_pItems.get(); } |