diff options
author | Varun Dhall <varun.dhall@studentpartner.com> | 2017-08-01 10:36:45 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-10 21:54:07 +0200 |
commit | 97b889b8b2b2554ce33fd6b3f0359fc18f39832d (patch) | |
tree | f4f6449389e5a8a77ac02f4ff1eef205d9b76ca0 /include/svx/xlnstit.hxx | |
parent | 88b0711aa5cda440805fa49f16f7c83ea0b2e292 (diff) |
WIP: Removing unused SfxItemPool serialisation from svx
Change-Id: I3222033fadd688959fd55e3f335540054fc418f4
Reviewed-on: https://gerrit.libreoffice.org/40612
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/xlnstit.hxx')
-rw-r--r-- | include/svx/xlnstit.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/xlnstit.hxx b/include/svx/xlnstit.hxx index c8ff1c2c6527..5155ab6873f7 100644 --- a/include/svx/xlnstit.hxx +++ b/include/svx/xlnstit.hxx @@ -39,12 +39,9 @@ public: XLineStartItem(const OUString& rName, const basegfx::B2DPolyPolygon& rPolyPolygon); XLineStartItem(const basegfx::B2DPolyPolygon& rPolyPolygon); XLineStartItem(const XLineStartItem& rItem); - XLineStartItem(SvStream& rIn); virtual bool operator==(const SfxPoolItem& rItem) const override; virtual SfxPoolItem* Clone(SfxItemPool* pPool = nullptr) const override; - virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const override; - virtual SvStream& Store(SvStream& rOut, sal_uInt16 nItemVersion ) const override; virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; |