summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/objitem.cxx')
-rw-r--r--sfx2/source/doc/objitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objitem.cxx b/sfx2/source/doc/objitem.cxx
index e776e6608788..47c721046225 100644
--- a/sfx2/source/doc/objitem.cxx
+++ b/sfx2/source/doc/objitem.cxx
@@ -69,7 +69,7 @@ bool SfxObjectShellItem::PutValue( const css::uno::Any& rVal, sal_uInt8 /*nMembe
}
SfxObjectItem::SfxObjectItem( sal_uInt16 nWhichId, SfxShell *pSh )
-: SfxPoolItem( nWhichId ),
+: SfxPoolItem( nWhichId, SfxItemType::SfxObjectItemType ),
_pSh( pSh )
{}