diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2024-07-05 15:22:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-05 20:08:57 +0200 |
commit | 5e7c94c6026117ee12f72432e3ab101262586e8a (patch) | |
tree | f767bfad3cd58b3af71ac7cc5d8f15d4c7b5983b /svx/inc/sxrooitm.hxx | |
parent | c409c83d777fdb6291c7cd03186b69fe4e7fd902 (diff) |
fill in more SfxItemType values
found by doing some git grepping, we should now have values
for all items in the hierarchy
Change-Id: I397ca7e8f53f53737201385c4c8029b436895c1d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170016
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'svx/inc/sxrooitm.hxx')
-rw-r--r-- | svx/inc/sxrooitm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/sxrooitm.hxx b/svx/inc/sxrooitm.hxx index f14bcf77f153..a4ad37b2aaf3 100644 --- a/svx/inc/sxrooitm.hxx +++ b/svx/inc/sxrooitm.hxx @@ -24,7 +24,7 @@ class SdrRotateOneItem final : public SdrAngleItem { public: - SdrRotateOneItem(): SdrAngleItem(SDRATTR_ROTATEONE,0_deg100) {} + SdrRotateOneItem(): SdrAngleItem(SDRATTR_ROTATEONE, 0_deg100, SfxItemType::SdrRotateOneItemType) {} SdrRotateOneItem* Clone(SfxItemPool*) const override { return new SdrRotateOneItem(*this); |