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

Regina Henschel regina at apache.org
Wed Mar 20 07:54:31 PDT 2013


 svx/source/customshapes/EnhancedCustomShapeGeometry.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e6a7c555cc6919cbe2fdaf794d57ca0819760c92
Author: Regina Henschel <regina at apache.org>
Date:   Mon Aug 6 10:35:23 2012 +0000

    i#78247# and i#78029# wrong glue points in iscosceles and in right triangle
    
    (cherry picked from commit 26e91b07a559692b4f8acdd04f5bd28d0daa68b3)
    
    Change-Id: I504ec85fa7b94a4473905b7e2720b2169c53e6cf

diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
index 6a8c442..4f069a2 100644
--- a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
@@ -227,7 +227,7 @@ static const SvxMSDffTextRectangles mso_sptRightTriangleTextRect[] =
 };
 static const SvxMSDffVertPair mso_sptRightTriangleGluePoints[] =
 {
-    { 10800, 0 }, { 5400, 10800 }, { 0, 21600 }, { 10800, 21600 }, { 21600, 21600 }, { 16200, 10800 }
+    { 0, 0 }, { 0, 10800 }, { 0, 21600 }, { 10800, 21600 }, { 21600, 21600 }, { 10800, 10800 }
 };
 static const mso_CustomShape msoRightTriangle =
 {
@@ -460,7 +460,7 @@ static const SvxMSDffTextRectangles mso_sptIsocelesTriangleTextRect[] =
 };
 static const SvxMSDffVertPair mso_sptIsocelesTriangleGluePoints[] =
 {
-    { 10800, 0 }, { 1 MSO_I, 10800 }, { 0, 21600 }, { 10800, 21600 }, { 21600, 21600 }, { 7 MSO_I, 10800 }
+    { 0 MSO_I, 0 }, { 1 MSO_I, 10800 }, { 0, 21600 }, { 10800, 21600 }, { 21600, 21600 }, { 7 MSO_I, 10800 }
 };
 static const SvxMSDffHandle mso_sptIsocelesTriangleHandle[] =
 {


More information about the Libreoffice-commits mailing list