diff options
author | Varun Dhall <varun.dhall@studentpartner.com> | 2017-08-14 22:08:36 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-16 11:08:39 +0200 |
commit | b021353dd62c3d8c9ee0281753b88f6304a2514d (patch) | |
tree | 4ab481aa4f8f1fc34b78247d8c5f28532383a749 /sc/inc | |
parent | b607f62fde45a907f17545f4073e53d308b4cd1f (diff) |
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 'sc/inc')
-rw-r--r-- | sc/inc/patattr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/patattr.hxx b/sc/inc/patattr.hxx index 964b4a4eeba4..422fa5b7615f 100644 --- a/sc/inc/patattr.hxx +++ b/sc/inc/patattr.hxx @@ -64,8 +64,6 @@ public: virtual ~ScPatternAttr() override; virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; - virtual SfxPoolItem* Create(SvStream& rStream, sal_uInt16 nVersion) const override; - virtual SvStream& Store(SvStream& rStream, sal_uInt16 nItemVersion) const override; virtual bool operator==(const SfxPoolItem& rCmp) const override; |