summaryrefslogtreecommitdiff
path: root/svx/sdi/svxitems.sdi
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-12-27 20:26:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-28 07:23:31 +0100
commitcc66c52faac53b682732cc184fcd64e04100dfab (patch)
tree48cba9026ef3e4a33252072c3735358d9ed6af14 /svx/sdi/svxitems.sdi
parent9bbe89dab96d13f2a97d653c31128988fd815808 (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 'svx/sdi/svxitems.sdi')
-rw-r--r--svx/sdi/svxitems.sdi1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi
index b30c0adcbdef..36fe52e13867 100644
--- a/svx/sdi/svxitems.sdi
+++ b/svx/sdi/svxitems.sdi
@@ -193,6 +193,7 @@ item SvxCellHorJustifyEnum SvxHorJustifyItem;
item SvxCellVerJustifyEnum SvxVerJustifyItem;
item SvxCellOrientationEnum SvxOrientationItem;
item BOOL SdrOnOffItem;
+item INT32 SdrAngleItem; // derived from SfxInt32Item
item INT16 SdrTextFitToSizeTypeItem; // enum
item String SfxStringListItem; // serialized into one concatenated string
item double SvxDoubleItem;