summaryrefslogtreecommitdiffstats
path: root/include/editeng/colritem.hxx
diff options
context:
space:
mode:
authorVarun Dhall <varun.dhall@studentpartner.com>2017-07-26 01:13:31 +0530
committerMichael Stahl <mstahl@redhat.com>2017-08-07 23:23:02 +0200
commit1e4b1e4a1aca3b333820b0a865997e6f62e80064 (patch)
tree475d33289c60666bc8cce4e8e6484fdf7a70f6d9 /include/editeng/colritem.hxx
parentUpdated core (diff)
downloadcore-1e4b1e4a1aca3b333820b0a865997e6f62e80064.tar.gz
core-1e4b1e4a1aca3b333820b0a865997e6f62e80064.zip
Removing unused SfxItemPool serialisation from editeng
Change-Id: I051201c272b7acdd48d54cc0c230f8b432196188 Reviewed-on: https://gerrit.libreoffice.org/40429 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include/editeng/colritem.hxx')
-rw-r--r--include/editeng/colritem.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/colritem.hxx b/include/editeng/colritem.hxx
index b90f1e08ba90..dc6979e5c04a 100644
--- a/include/editeng/colritem.hxx
+++ b/include/editeng/colritem.hxx
@@ -82,8 +82,6 @@ class EDITENG_DLLPUBLIC SvxBackgroundColorItem : public SvxColorItem
SvxBackgroundColorItem(const SvxBackgroundColorItem& rCopy);
virtual SfxPoolItem* Clone(SfxItemPool* pPool = nullptr) const override;
- virtual SvStream& Store(SvStream& rStream, sal_uInt16 nVersion) const override;
- virtual SfxPoolItem* Create(SvStream &, sal_uInt16) 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;
};