diff options
Diffstat (limited to 'include/svx/scene3d.hxx')
-rw-r--r-- | include/svx/scene3d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/scene3d.hxx b/include/svx/scene3d.hxx index 12887747b6a3..058ad2744ec7 100644 --- a/include/svx/scene3d.hxx +++ b/include/svx/scene3d.hxx @@ -178,7 +178,7 @@ public: // ShadowSlant: sal_uInt16 GetShadowSlant() const - { return ((const Svx3DShadowSlantItem&)GetObjectItemSet().Get(SDRATTR_3DSCENE_SHADOW_SLANT)).GetValue(); } + { return ((const SfxUInt16Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_SHADOW_SLANT)).GetValue(); } // ShadeMode: 0 == FLAT, 1 == PHONG, 2 == SMOOTH, 3 == ForceDraft sal_uInt16 GetShadeMode() const |