summaryrefslogtreecommitdiff
path: root/include/svx/sdgcoitm.hxx
diff options
context:
space:
mode:
authorVarun Dhall <varun.dhall@studentpartner.com>2017-08-11 22:40:31 +0530
committerMichael Stahl <mstahl@redhat.com>2017-08-14 11:31:28 +0200
commit38984e9351a0230b0a56fb7277f7b19722350d8d (patch)
treeec119b1b4d5ff561d74fc8c539e356d46b00f8ad /include/svx/sdgcoitm.hxx
parenteee6d1a90dd74808fb7825102c4ee38ea4919cbf (diff)
Removing unused SfxItemPool serialisation from svx
Change-Id: I778ae09c4b0fd3e18a37db4aa3f2affda2c8e86c Reviewed-on: https://gerrit.libreoffice.org/41053 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svx/sdgcoitm.hxx')
-rw-r--r--include/svx/sdgcoitm.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svx/sdgcoitm.hxx b/include/svx/sdgcoitm.hxx
index 39de80213726..2c9c67cc8688 100644
--- a/include/svx/sdgcoitm.hxx
+++ b/include/svx/sdgcoitm.hxx
@@ -34,10 +34,8 @@ public:
SdrGrafRedItem( short nRedPercent = 0 ) : SdrSignedPercentItem( SDRATTR_GRAFRED, nRedPercent ) {}
- SdrGrafRedItem( SvStream& rIn ) : SdrSignedPercentItem( SDRATTR_GRAFRED, rIn ) {}
virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override;
- virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const override;
};
@@ -50,10 +48,8 @@ public:
SdrGrafGreenItem( short nGreenPercent = 0 ) : SdrSignedPercentItem( SDRATTR_GRAFGREEN, nGreenPercent ) {}
- SdrGrafGreenItem( SvStream& rIn ) : SdrSignedPercentItem( SDRATTR_GRAFGREEN, rIn ) {}
virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override;
- virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const override;
};
@@ -66,10 +62,8 @@ public:
SdrGrafBlueItem( short nBluePercent = 0 ) : SdrSignedPercentItem( SDRATTR_GRAFBLUE, nBluePercent ) {}
- SdrGrafBlueItem( SvStream& rIn ) : SdrSignedPercentItem( SDRATTR_GRAFBLUE, rIn ) {}
virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override;
- virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const override;
};
#endif // INCLUDED_SVX_SDGCOITM_HXX