summaryrefslogtreecommitdiff
path: root/svx/source/customshapes
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-30 17:31:20 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-01 08:51:33 +0200
commit043a01746598467f8ad5082f6dfb052676063e8f (patch)
tree4e68cc0e87d1ffec3be9a62bfbd9808ed063d06e /svx/source/customshapes
parent36f306d8891ef8cba53676e4a2a30434718228e4 (diff)
Fix typo
Change-Id: I1c7c7c1fdbcf442e367fe3f61c1c6c9eeadc0a95 Reviewed-on: https://gerrit.libreoffice.org/71612 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r--svx/source/customshapes/EnhancedCustomShape2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx
index d34e514a69a4..5ea15a0c73da 100644
--- a/svx/source/customshapes/EnhancedCustomShape2d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx
@@ -1463,7 +1463,7 @@ bool EnhancedCustomShape2d::SetHandleControllerPosition( const sal_uInt32 nIndex
sal_Int32 nFirstAdjustmentValue = -1, nSecondAdjustmentValue = -1;
- // ODF shapes are expected to use a direct binding beween position and adjustment
+ // ODF shapes are expected to use a direct binding between position and adjustment
// values. OOXML preset shapes use known formulas. These are calculated backward to
// get the adjustment values. So far we do not have a general method to calculate
// the adjustment values for any shape from the handle position.