summaryrefslogtreecommitdiff
path: root/include/svl/macitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/macitem.hxx')
-rw-r--r--include/svl/macitem.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/svl/macitem.hxx b/include/svl/macitem.hxx
index 54ca627a632f..7d17b3349dd3 100644
--- a/include/svl/macitem.hxx
+++ b/include/svl/macitem.hxx
@@ -137,17 +137,12 @@ public:
private:
SvxMacroTableDtor aMacroTable;
- inline SvxMacroItem( const SvxMacroItem& );
- SvxMacroItem &operator=( const SvxMacroItem & ) = delete;
+ SvxMacroItem( const SvxMacroItem& ) = default;
};
inline SvxMacroItem::SvxMacroItem( const sal_uInt16 nId )
: SfxPoolItem( nId )
{}
-inline SvxMacroItem::SvxMacroItem( const SvxMacroItem &rCpy )
- : SfxPoolItem( rCpy ),
- aMacroTable( rCpy.GetMacroTable() )
-{}
inline bool SvxMacroItem::HasMacro( SvMacroItemId nEvent ) const
{