diff options
author | Regina Henschel <regina@apache.org> | 2012-08-06 10:35:23 +0000 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-03-20 15:54:10 +0100 |
commit | e6a7c555cc6919cbe2fdaf794d57ca0819760c92 (patch) | |
tree | ddaac12b466b987eb9da3ab0410e9262c1776c97 /svx | |
parent | 0b3c72fe89d3e1d56d148114a64ddaf97040a179 (diff) |
i#78247# and i#78029# wrong glue points in iscosceles and in right triangle
(cherry picked from commit 26e91b07a559692b4f8acdd04f5bd28d0daa68b3)
Change-Id: I504ec85fa7b94a4473905b7e2720b2169c53e6cf
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeGeometry.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx index 6a8c442bc79a..4f069a2b85ce 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[] = { |