[Libreoffice-commits] core.git: svx/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed May 1 06:52:06 UTC 2019


 svx/source/customshapes/EnhancedCustomShape2d.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 043a01746598467f8ad5082f6dfb052676063e8f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Apr 30 17:31:20 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed May 1 08:51:33 2019 +0200

    Fix typo
    
    Change-Id: I1c7c7c1fdbcf442e367fe3f61c1c6c9eeadc0a95
    Reviewed-on: https://gerrit.libreoffice.org/71612
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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.


More information about the Libreoffice-commits mailing list