summaryrefslogtreecommitdiff
path: root/svx/source/items/galleryitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items/galleryitem.cxx')
-rw-r--r--svx/source/items/galleryitem.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/items/galleryitem.cxx b/svx/source/items/galleryitem.cxx
index 5e50c5efbe3c..0085d2137cd7 100644
--- a/svx/source/items/galleryitem.cxx
+++ b/svx/source/items/galleryitem.cxx
@@ -32,7 +32,8 @@
SfxPoolItem* SvxGalleryItem::CreateDefault() { return new SvxGalleryItem; }
SvxGalleryItem::SvxGalleryItem()
- : m_nType( css::gallery::GalleryItemType::EMPTY )
+ : SfxPoolItem( 0, SfxItemType::SvxGalleryItemType )
+ , m_nType( css::gallery::GalleryItemType::EMPTY )
{
}