diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-01 15:18:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-01 15:18:17 +0200 |
commit | edf7c73d457f01831ba1ad2fb4aca1a35d7c2549 (patch) | |
tree | 4e4ac70dd161a786bd2d8ebe9eba2bcf64fa7f02 /svx/source/sdr/primitive3d | |
parent | 9f6018bb64ae1da3a476f6bfca02e06b093f9e16 (diff) |
Consistency around SfxUInt16Item in svx/svx3ditems.hxx
...similar to what has been done for svx/sdtmfitm.hxx in
68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
Change-Id: I2e467df03a34d694214e0560476cb7fd76ef0735
Diffstat (limited to 'svx/source/sdr/primitive3d')
-rw-r--r-- | svx/source/sdr/primitive3d/sdrattributecreator3d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/primitive3d/sdrattributecreator3d.cxx b/svx/source/sdr/primitive3d/sdrattributecreator3d.cxx index 07d70fac7174..b9fca752fea0 100644 --- a/svx/source/sdr/primitive3d/sdrattributecreator3d.cxx +++ b/svx/source/sdr/primitive3d/sdrattributecreator3d.cxx @@ -125,7 +125,7 @@ namespace drawinglayer const ::basegfx::BColor aEmission(((const Svx3DMaterialEmissionItem&)rSet.Get(SDRATTR_3DOBJ_MAT_EMISSION)).GetValue().getBColor()); // get specular intensity - sal_uInt16 nSpecularIntensity(((const Svx3DMaterialSpecularIntensityItem&)rSet.Get(SDRATTR_3DOBJ_MAT_SPECULAR_INTENSITY)).GetValue()); + sal_uInt16 nSpecularIntensity(((const SfxUInt16Item&)rSet.Get(SDRATTR_3DOBJ_MAT_SPECULAR_INTENSITY)).GetValue()); if(nSpecularIntensity > 128) { |