You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by al...@apache.org on 2012/09/14 03:51:46 UTC

svn commit: r1384629 - /incubator/ooo/trunk/main/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx

Author: alg
Date: Fri Sep 14 01:51:46 2012
New Revision: 1384629

URL: http://svn.apache.org/viewvc?rev=1384629&view=rev
Log:
#120848# Added correct text content frame for NotchedRightArrow Autoshape
Patch by: JianYuan Li
Review by: alg

Modified:
    incubator/ooo/trunk/main/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx

Modified: incubator/ooo/trunk/main/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx?rev=1384629&r1=1384628&r2=1384629&view=diff
==============================================================================
--- incubator/ooo/trunk/main/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx (original)
+++ incubator/ooo/trunk/main/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx Fri Sep 14 01:51:46 2012
@@ -1560,11 +1560,12 @@ static const SvxMSDffCalculationData mso
 	{ 0x8000, { 21600, 0, DFF_Prop_adjust2Value } },
 	{ 0x8000, { 21600, 0, DFF_Prop_adjustValue } },
 	{ 0x8000, { 10800, 0, DFF_Prop_adjust2Value } },
-	{ 0x6001, { 0x403, 0x404, 10800 } }
+	{ 0x6001, { 0x403, 0x404, 10800 } },
+    { 0x8000, { 21600, 0, 0x405 }}
 };
 static const SvxMSDffTextRectangles mso_sptNotchedRightArrowTextRect[] =	// todo
 {
-	{ { 0, 0 }, { 21600, 21600 } }
+	{ { 5 MSO_I, 1 MSO_I }, { 6 MSO_I, 2 MSO_I } }
 };
 static const SvxMSDffHandle mso_sptNotchedRightArrowHandle[] =
 {