diff options
Diffstat (limited to 'include/svl/itemset.hxx')
-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( |