diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-12-27 20:26:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-28 07:23:31 +0100 |
commit | cc66c52faac53b682732cc184fcd64e04100dfab (patch) | |
tree | 48cba9026ef3e4a33252072c3735358d9ed6af14 /include/svx | |
parent | 9bbe89dab96d13f2a97d653c31128988fd815808 (diff) |
use SdrAngleItem for SID_ATTR_TRANSFORM_ANGLE
as a precursor to introdcing a strong_int type for hundredths
of a degree
Change-Id: Ie2d7ad3b48d01defb43bf2e11e6494c4b999de0e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108378
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svxids.hrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index c057e16d81d7..91c7191dd104 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -51,6 +51,7 @@ class SvxLineItem; class SvxBoxInfoItem; class SfxStringItem; class SvxSetItem; +class SdrAngleItem; // member IDs @@ -249,7 +250,7 @@ class SvxSetItem; #define SID_ATTR_TRANSFORM_SIZE_POINT TypedWhichId<SfxUInt16Item>( SID_SVX_START + 92 ) #define SID_ATTR_TRANSFORM_ROT_X TypedWhichId<SfxInt32Item>( SID_SVX_START + 93 ) #define SID_ATTR_TRANSFORM_ROT_Y TypedWhichId<SfxInt32Item>( SID_SVX_START + 94 ) -#define SID_ATTR_TRANSFORM_ANGLE TypedWhichId<SfxInt32Item>( SID_SVX_START + 95 ) +#define SID_ATTR_TRANSFORM_ANGLE TypedWhichId<SdrAngleItem>( SID_SVX_START + 95 ) #define SID_ATTR_TRANSFORM_DELTA_ANGLE TypedWhichId<SfxInt32Item>( SID_SVX_START + 96 ) // CAUTION! Range <96..100> used by SFX2 (!) #define SID_SIZE_ALL ( SID_SVX_START + 101 ) |