summaryrefslogtreecommitdiffstats
path: root/include/svl/poolitem.hxx
diff options
context:
space:
mode:
authorVarun Dhall <varun.dhall@studentpartner.com>2017-08-14 22:08:36 +0530
committerMichael Stahl <mstahl@redhat.com>2017-08-16 11:08:39 +0200
commitb021353dd62c3d8c9ee0281753b88f6304a2514d (patch)
tree4ab481aa4f8f1fc34b78247d8c5f28532383a749 /include/svl/poolitem.hxx
parentexternal data: add HTML data provider test (diff)
downloadcore-b021353dd62c3d8c9ee0281753b88f6304a2514d.tar.gz
core-b021353dd62c3d8c9ee0281753b88f6304a2514d.zip
Removing unused serialisation code
Change-Id: Id31c8de69043d393f005f83d5c7eba878af5119c Reviewed-on: https://gerrit.libreoffice.org/41149 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svl/poolitem.hxx')
-rw-r--r--include/svl/poolitem.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index 5e071055f46b..2977ae7298f2 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -287,8 +287,6 @@ public:
// create a copy of itself
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override = 0;
- virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nVersion) const override = 0;
- virtual SvStream& Store(SvStream &, sal_uInt16 nVer) const override;
const SfxItemSet& GetItemSet() const
{ return *pSet; }