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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/macitem.hxx b/include/svl/macitem.hxx
index 1c2a4cf301b7..412f5cec8ece 100644
--- a/include/svl/macitem.hxx
+++ b/include/svl/macitem.hxx
@@ -135,7 +135,7 @@ private:
};
inline SvxMacroItem::SvxMacroItem( const sal_uInt16 nId )
- : SfxPoolItem( nId )
+ : SfxPoolItem( nId, SfxItemType::SvxMacroItemType )
{}
inline bool SvxMacroItem::HasMacro( SvMacroItemId nEvent ) const