From 55011ce4784c0a116753ac725f88bd4327010a2e Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Fri, 14 Sep 2012 00:51:46 +0000 Subject: #120848# Added correct text content frame for NotchedRightArrow Autoshape Patch by: JianYuan Li Review by: alg --- svx/source/customshapes/EnhancedCustomShapeGeometry.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx index 4f069a2b85ce..06d008169e76 100644 --- a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx @@ -1523,11 +1523,12 @@ static const SvxMSDffCalculationData mso_sptNotchedRightArrowCalc[] = { 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[] = { -- cgit v1.2.3