summaryrefslogtreecommitdiffstats
path: root/include/svx/xflhtit.hxx
diff options
context:
space:
mode:
authorVarun Dhall <varun.dhall@studentpartner.com>2017-08-01 10:36:45 +0530
committerMichael Stahl <mstahl@redhat.com>2017-08-10 21:54:07 +0200
commit97b889b8b2b2554ce33fd6b3f0359fc18f39832d (patch)
treef4f6449389e5a8a77ac02f4ff1eef205d9b76ca0 /include/svx/xflhtit.hxx
parenttdf#39468: Translate some german comments (diff)
downloadcore-97b889b8b2b2554ce33fd6b3f0359fc18f39832d.tar.gz
core-97b889b8b2b2554ce33fd6b3f0359fc18f39832d.zip
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/xflhtit.hxx')
-rw-r--r--include/svx/xflhtit.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/xflhtit.hxx b/include/svx/xflhtit.hxx
index 24aac4076418..f6717d9b47d1 100644
--- a/include/svx/xflhtit.hxx
+++ b/include/svx/xflhtit.hxx
@@ -39,12 +39,9 @@ public:
XFillHatchItem(const OUString& rName, const XHatch& rTheHatch);
XFillHatchItem(const XHatch& rTheHatch);
XFillHatchItem(const XFillHatchItem& rItem);
- XFillHatchItem(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;