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 /sd | |
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 'sd')
-rw-r--r-- | sd/source/core/typemap.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/core/typemap.cxx b/sd/source/core/typemap.cxx index 9353a808cbb4..046be764ba19 100644 --- a/sd/source/core/typemap.cxx +++ b/sd/source/core/typemap.cxx @@ -93,6 +93,7 @@ #include <svx/xflftrit.hxx> #include <svx/xlinjoit.hxx> #include <svx/galleryitem.hxx> +#include <svx/sdangitm.hxx> #define SFX_TYPEMAP #include <sdslots.hxx> |