From 8b3fcb6a4f80e803586120535768745f6637b34d Mon Sep 17 00:00:00 2001 From: Varun Dhall Date: Fri, 11 Aug 2017 10:01:25 +0530 Subject: Removing unused SfxItemPool serialisation from svx Change-Id: Id479c77335c7c4d8dd959a70ebc382a8448077e1 Reviewed-on: https://gerrit.libreoffice.org/41000 Tested-by: Jenkins Reviewed-by: Michael Stahl --- svx/source/items/galleryitem.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'svx/source/items/galleryitem.cxx') 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: */ -- cgit