[Libreoffice-commits] core.git: svx/source

Ahmad H. Al Harthi aalharthi at kacst.edu.sa
Tue Oct 8 06:52:10 PDT 2013


 svx/source/customshapes/EnhancedCustomShapeGeometry.cxx |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 32f9f70019ad31ca79e34c671c8e8b53786f9135
Author: Ahmad H. Al Harthi <aalharthi at kacst.edu.sa>
Date:   Tue Oct 8 09:40:30 2013 +0300

    Smiley face now smiles!
    
    Change-Id: I5f74c866327bfc51c31694db93a9f7f2dad79858
    Reviewed-on: https://gerrit.libreoffice.org/6161
    Reviewed-by: Faisal al-otaibi <fmalotaibi at kacst.edu.sa>
    Tested-by: Faisal al-otaibi <fmalotaibi at kacst.edu.sa>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
index 7b79dc3..35572b1 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 =
 {


More information about the Libreoffice-commits mailing list