summaryrefslogtreecommitdiff
path: root/include/svx/xflclit.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/xflclit.hxx
parent88b0711aa5cda440805fa49f16f7c83ea0b2e292 (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/xflclit.hxx')
-rw-r--r--include/svx/xflclit.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/xflclit.hxx b/include/svx/xflclit.hxx
index c3ea60c41f0f..820e574bbaf4 100644
--- a/include/svx/xflclit.hxx
+++ b/include/svx/xflclit.hxx
@@ -37,10 +37,8 @@ public:
XFillColorItem() {}
XFillColorItem(sal_Int32 nIndex, const Color& rTheColor);
XFillColorItem(const OUString& rName, const Color& rTheColor);
- XFillColorItem(SvStream& rIn);
virtual SfxPoolItem* Clone(SfxItemPool* pPool = nullptr) const override;
- virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) 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;