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 /include/svx/extrud3d.hxx | |
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 'include/svx/extrud3d.hxx')
-rw-r--r-- | include/svx/extrud3d.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/extrud3d.hxx b/include/svx/extrud3d.hxx index 053f0e931e7a..ae3276c4ff82 100644 --- a/include/svx/extrud3d.hxx +++ b/include/svx/extrud3d.hxx @@ -51,11 +51,11 @@ public: // PercentDiagonal: 0..100, before 0.0..0.5 sal_uInt16 GetPercentDiagonal() const - { return ((const Svx3DPercentDiagonalItem&)GetObjectItemSet().Get(SDRATTR_3DOBJ_PERCENT_DIAGONAL)).GetValue(); } + { return ((const SfxUInt16Item&)GetObjectItemSet().Get(SDRATTR_3DOBJ_PERCENT_DIAGONAL)).GetValue(); } // BackScale: 0..100, before 0.0..1.0 sal_uInt16 GetPercentBackScale() const - { return ((const Svx3DBackscaleItem&)GetObjectItemSet().Get(SDRATTR_3DOBJ_BACKSCALE)).GetValue(); } + { return ((const SfxUInt16Item&)GetObjectItemSet().Get(SDRATTR_3DOBJ_BACKSCALE)).GetValue(); } // BackScale: 0..100, before 0.0..1.0 sal_uInt32 GetExtrudeDepth() const |