diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-04-29 10:39:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-04-29 14:57:06 +0200 |
commit | e4fdf7f5bf40ee289ac3441eb8b8963c10caf6a1 (patch) | |
tree | 47bd5a952e3cb762e44dfa39aebf95b155201e08 /cui | |
parent | 5e58cc6fa84ba77b948cd603e83ad817cedfeb03 (diff) |
rename ECKEN -> CORNER
Change-Id: I24438213431bd2866e2bcefc8a054a03bc975ef4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114841
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/transfrm.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx index a76f1413c39c..fe684f446e44 100644 --- a/cui/source/tabpages/transfrm.cxx +++ b/cui/source/tabpages/transfrm.cxx @@ -73,8 +73,8 @@ const sal_uInt16 SvxAngleTabPage::pAngleRanges[] = const sal_uInt16 SvxSlantTabPage::pSlantRanges[] = { - SDRATTR_ECKENRADIUS, - SDRATTR_ECKENRADIUS, + SDRATTR_CORNER_RADIUS, + SDRATTR_CORNER_RADIUS, SID_ATTR_TRANSFORM_SHEAR, SID_ATTR_TRANSFORM_SHEAR_VERTICAL, SID_ATTR_TRANSFORM_INTERN, @@ -578,7 +578,7 @@ void SvxSlantTabPage::Reset(const SfxItemSet* rAttrs) } else { - pItem = GetItem( *rAttrs, SDRATTR_ECKENRADIUS ); + pItem = GetItem( *rAttrs, SDRATTR_CORNER_RADIUS ); if( pItem ) { |