summaryrefslogtreecommitdiff
path: root/include/editeng/protitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/protitem.hxx')
-rw-r--r--include/editeng/protitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/protitem.hxx b/include/editeng/protitem.hxx
index 4f3f1c4acd22..0c3b473700d1 100644
--- a/include/editeng/protitem.hxx
+++ b/include/editeng/protitem.hxx
@@ -66,7 +66,7 @@ public:
};
inline SvxProtectItem::SvxProtectItem( const sal_uInt16 nId )
- : SfxPoolItem( nId )
+ : SfxPoolItem( nId, SfxItemType::SvxProtectItemType )
{
bCntnt = bSize = bPos = false;
}