diff options
author | Armin Le Grand <alg@apache.org> | 2012-09-14 00:51:46 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2012-09-14 00:51:46 +0000 |
commit | 45fc638e2fcb644aa4df5b1a62c4ddccac111802 (patch) | |
tree | 4947bac1d642b43c1084a8fbf6d1a77d14fa6474 | |
parent | 5fee43d8a7c55070d95ee9b5027949c0b27d1267 (diff) |
#120848# Added correct text content frame for NotchedRightArrow Autoshape
Patch by: JianYuan Li
Review by: alg
Notes
Notes:
merged as: 55011ce4784c0a116753ac725f88bd4327010a2e
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeGeometry.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx index 5fbca1eae27f..dd5c56c353f9 100644 --- a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx @@ -1560,11 +1560,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[] = { |