diff options
author | Ahmad H. Al Harthi <aalharthi@kacst.edu.sa> | 2013-10-08 09:40:30 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-08 13:51:49 +0000 |
commit | 32f9f70019ad31ca79e34c671c8e8b53786f9135 (patch) | |
tree | 4b22ace0e39e60ef49969d134f3f7822234a0892 /svx/source | |
parent | 6854a42af0b6f6a7160be21b4f6add49bef7fcdd (diff) |
Smiley face now smiles!
Change-Id: I5f74c866327bfc51c31694db93a9f7f2dad79858
Reviewed-on: https://gerrit.libreoffice.org/6161
Reviewed-by: Faisal al-otaibi <fmalotaibi@kacst.edu.sa>
Tested-by: Faisal al-otaibi <fmalotaibi@kacst.edu.sa>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeGeometry.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx index 7b79dc334bd8..35572b1b1b5a 100644 --- a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx @@ -3086,8 +3086,8 @@ static const mso_CustomShape msoActionButtonMovie = static const SvxMSDffVertPair mso_sptSmileyFaceVert[] = // adj value 15510 - 17520 { { 10800, 10800 }, { 10800, 10800 }, { 0, 360 }, - { 7305, 7515 }, { 1165, 1165 }, { 0, 360 }, - { 14295, 7515 }, { 1165, 1165 }, { 0, 360 }, + { 7305, 7515 }, { 1000, 1865 }, { 0, 360 }, + { 14295, 7515 }, { 1000, 1865 }, { 0, 360 }, { 4870, 1 MSO_I }, { 8680, 2 MSO_I }, { 12920, 2 MSO_I }, { 16730, 1 MSO_I } }; static const sal_uInt16 mso_sptSmileyFaceSegm[] = @@ -3099,19 +3099,19 @@ static const sal_uInt16 mso_sptSmileyFaceSegm[] = }; static const SvxMSDffCalculationData mso_sptSmileyFaceCalc[] = { - { 0x2000, { DFF_Prop_adjustValue, 0, 15510 } }, - { 0x8000, { 17520, 0, 0x400 } }, - { 0x4000, { 15510, 0x400, 0 } } + { 0x2000, { DFF_Prop_adjustValue, 0, 14510 } }, + { 0x8000, { 18520, 0, 0x400 } }, + { 0x4000, { 14510, 0x400, 0 } } }; static const sal_Int32 mso_sptSmileyFaceDefault[] = { - 1, 17520 + 1, 18520 }; static const SvxMSDffHandle mso_sptSmileyHandle[] = { { MSDFF_HANDLE_FLAGS_RANGE, - 10800, 0x100, 10800, 10800, MIN_INT32, 0x7fffffff, 15510, 17520 } + 10800, 0x100, 10800, 10800, MIN_INT32, 0x7fffffff, 14510, 18520 } }; static const mso_CustomShape msoSmileyFace = { |