Kaydet (Commit) 17a3f759 authored tarafından Matteo Casalin's avatar Matteo Casalin

sal_uIntPtr to sal_uInt32

Change-Id: Ia0830dda74ab312fd1ca42297b43d48777374eb7
üst c93db073
...@@ -34,7 +34,7 @@ public: ...@@ -34,7 +34,7 @@ public:
TYPEINFO_OVERRIDE(); 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 ) {} SdrGrafGamma100Item( SvStream& rIn ) : SfxUInt32Item( SDRATTR_GRAFGAMMA, rIn ) {}
virtual SfxPoolItem* Clone( SfxItemPool* pPool = NULL ) const override; virtual SfxPoolItem* Clone( SfxItemPool* pPool = NULL ) const override;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment