diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-05-07 12:14:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-05-09 08:47:41 +0200 |
commit | 38a684f72988f29e1c07bf9fa5a83e275e80e24c (patch) | |
tree | bf1dfcdc69d0409087856482f1730f5c1d3cb963 /include | |
parent | d36331d63a68f3dea9123a4a699aea143aaac2ed (diff) |
move constructor for SfxItemSet
Change-Id: If7f51a657606da8aea4bcf01f13468c6ac2086a8
Reviewed-on: https://gerrit.libreoffice.org/71901
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/itemset.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx index 0c3acdf549dd..88aecf5b6e06 100644 --- a/include/svl/itemset.hxx +++ b/include/svl/itemset.hxx @@ -110,6 +110,7 @@ public: struct Pair { sal_uInt16 wid1, wid2; }; SfxItemSet( const SfxItemSet& ); + SfxItemSet( SfxItemSet&& ); SfxItemSet( SfxItemPool&); template<sal_uInt16... WIDs> SfxItemSet( |