diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-10-28 14:21:14 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-11-05 20:32:45 +0100 |
commit | 17a3f759777d66f34f49ead04368ad6219e1c7ba (patch) | |
tree | 4ada083849bad11d4f5d7f00db2862cbcb25c23a | |
parent | c93db073425e61907a290f3f5826c0f79f310275 (diff) |
sal_uIntPtr to sal_uInt32
Change-Id: Ia0830dda74ab312fd1ca42297b43d48777374eb7
-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; |