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.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/items/galleryitem.cxx b/svx/source/items/galleryitem.cxx
index cd82898dfe04..c64d1e1a310a 100644
--- a/svx/source/items/galleryitem.cxx
+++ b/svx/source/items/galleryitem.cxx
@@ -138,14 +138,4 @@ SfxPoolItem* SvxGalleryItem::Clone( SfxItemPool * ) const
return new SvxGalleryItem( *this );
}
-SvStream& SvxGalleryItem::Store( SvStream& rStream, sal_uInt16 /*nItemVersion*/ ) const
-{
- return rStream;
-}
-
-SfxPoolItem* SvxGalleryItem::Create(SvStream& , sal_uInt16) const
-{
- return nullptr;
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */