summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-07-16 08:51:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-17 17:45:09 +0200
commit3581de4d1d7dc3910b4642a2baef534dcd882597 (patch)
treecece21054c760690aa4470c407e753ede13eb686 /include/svl
parent3fec689480644c274501740013ff83388cb24245 (diff)
drop sal_uInt16* constructor in SfxItemSet
Change-Id: Ifb283a49b01c9c6421e385f697e749439db6a53f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119008 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/itemset.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx
index befae1012990..0471dfd3603a 100644
--- a/include/svl/itemset.hxx
+++ b/include/svl/itemset.hxx
@@ -141,8 +141,6 @@ public:
SfxItemSet(SfxItemPool& pool, svl::Items<WIDs...>)
: SfxItemSet(pool, WhichRangesContainer(svl::Items<WIDs...>::value)) {}
- SfxItemSet( SfxItemPool&, const sal_uInt16* nWhichPairTable );
-
virtual ~SfxItemSet();
virtual std::unique_ptr<SfxItemSet> Clone(bool bItems = true, SfxItemPool *pToPool = nullptr) const;