summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdview3.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-04-29 10:39:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-04-29 14:57:06 +0200
commite4fdf7f5bf40ee289ac3441eb8b8963c10caf6a1 (patch)
tree47bd5a952e3cb762e44dfa39aebf95b155201e08 /sd/source/ui/view/sdview3.cxx
parent5e58cc6fa84ba77b948cd603e83ad817cedfeb03 (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 'sd/source/ui/view/sdview3.cxx')
-rw-r--r--sd/source/ui/view/sdview3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx
index 4bca10f3b797..3cad2f275af4 100644
--- a/sd/source/ui/view/sdview3.cxx
+++ b/sd/source/ui/view/sdview3.cxx
@@ -765,7 +765,7 @@ bool View::InsertData( const TransferableDataHelper& rDataHelper,
gradients (rectangles) in the gallery with corner
radius of 0. We should not use that on the
object. */
- aSet.ClearItem( SDRATTR_ECKENRADIUS );
+ aSet.ClearItem( SDRATTR_CORNER_RADIUS );
const SdrGrafObj* pSdrGrafObj = dynamic_cast< const SdrGrafObj* >(pObj);