summaryrefslogtreecommitdiff
path: root/svx/source/form/fmitems.cxx
diff options
context:
space:
mode:
authorVarun Dhall <varun.dhall@studentpartner.com>2017-08-11 10:01:25 +0530
committerMichael Stahl <mstahl@redhat.com>2017-08-11 11:48:09 +0200
commit8b3fcb6a4f80e803586120535768745f6637b34d (patch)
tree63239549f1977207b204641c4ca5c1ae21351686 /svx/source/form/fmitems.cxx
parentf78aadea74b99ba71f930c7cf52352da9ee965e9 (diff)
Removing unused SfxItemPool serialisation from svx
Change-Id: Id479c77335c7c4d8dd959a70ebc382a8448077e1 Reviewed-on: https://gerrit.libreoffice.org/41000 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx/source/form/fmitems.cxx')
-rw-r--r--svx/source/form/fmitems.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/svx/source/form/fmitems.cxx b/svx/source/form/fmitems.cxx
index f7adc0731144..2d09ce0e3fe4 100644
--- a/svx/source/form/fmitems.cxx
+++ b/svx/source/form/fmitems.cxx
@@ -39,18 +39,4 @@ SfxPoolItem* FmInterfaceItem::Clone( SfxItemPool* ) const
}
-SvStream& FmInterfaceItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const
-{
- OSL_FAIL( "FmInterfaceItem::Store: not implemented!" );
- return rStrm;
-}
-
-
-SfxPoolItem* FmInterfaceItem::Create( SvStream& /*rStrm*/, sal_uInt16 ) const
-{
- OSL_FAIL( "FmInterfaceItem::Create: not implemented!" );
- return new FmInterfaceItem( *this );
-}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */