diff options
-rw-r--r-- | include/svx/sdggaitm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdggaitm.hxx b/include/svx/sdggaitm.hxx index 16e3078c5a5c..ad6fbccb841a 100644 --- a/include/svx/sdggaitm.hxx +++ b/include/svx/sdggaitm.hxx @@ -34,7 +34,7 @@ public: TYPEINFO_OVERRIDE(); - SdrGrafGamma100Item( sal_uIntPtr nGamma100 = 100 ) : SfxUInt32Item( SDRATTR_GRAFGAMMA, nGamma100 ) {} + SdrGrafGamma100Item( sal_uInt32 nGamma100 = 100 ) : SfxUInt32Item( SDRATTR_GRAFGAMMA, nGamma100 ) {} SdrGrafGamma100Item( SvStream& rIn ) : SfxUInt32Item( SDRATTR_GRAFGAMMA, rIn ) {} virtual SfxPoolItem* Clone( SfxItemPool* pPool = NULL ) const override; |