From cc66c52faac53b682732cc184fcd64e04100dfab Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 27 Dec 2020 20:26:00 +0200 Subject: 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 --- include/svx/svxids.hrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/svx/svxids.hrc') 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( SID_SVX_START + 92 ) #define SID_ATTR_TRANSFORM_ROT_X TypedWhichId( SID_SVX_START + 93 ) #define SID_ATTR_TRANSFORM_ROT_Y TypedWhichId( SID_SVX_START + 94 ) -#define SID_ATTR_TRANSFORM_ANGLE TypedWhichId( SID_SVX_START + 95 ) +#define SID_ATTR_TRANSFORM_ANGLE TypedWhichId( SID_SVX_START + 95 ) #define SID_ATTR_TRANSFORM_DELTA_ANGLE TypedWhichId( SID_SVX_START + 96 ) // CAUTION! Range <96..100> used by SFX2 (!) #define SID_SIZE_ALL ( SID_SVX_START + 101 ) -- cgit