diff options
Diffstat (limited to 'include/svx/sdggaitm.hxx')
-rw-r--r-- | include/svx/sdggaitm.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/sdggaitm.hxx b/include/svx/sdggaitm.hxx index 6dcb04186848..96e0647c41bd 100644 --- a/include/svx/sdggaitm.hxx +++ b/include/svx/sdggaitm.hxx @@ -34,10 +34,8 @@ public: SdrGrafGamma100Item( sal_uInt32 nGamma100 = 100 ) : SfxUInt32Item( SDRATTR_GRAFGAMMA, nGamma100 ) {} - SdrGrafGamma100Item( SvStream& rIn ) : SfxUInt32Item( SDRATTR_GRAFGAMMA, 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; |