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 2013/02/27 19:16:39 UTC

svn commit: r1450895 - /openoffice/branches/sidebar/main/svx/sdi/xoitems.sdi

Author: alg
Date: Wed Feb 27 18:16:39 2013
New Revision: 1450895

URL: http://svn.apache.org/r1450895
Log:
i121420: Found no way to define doubles in sdi files, commented out for now

Modified:
    openoffice/branches/sidebar/main/svx/sdi/xoitems.sdi

Modified: openoffice/branches/sidebar/main/svx/sdi/xoitems.sdi
URL: http://svn.apache.org/viewvc/openoffice/branches/sidebar/main/svx/sdi/xoitems.sdi?rev=1450895&r1=1450894&r2=1450895&view=diff
==============================================================================
--- openoffice/branches/sidebar/main/svx/sdi/xoitems.sdi (original)
+++ openoffice/branches/sidebar/main/svx/sdi/xoitems.sdi Wed Feb 27 18:16:39 2013
@@ -187,12 +187,12 @@ struct AffineMatrix2D
 //	com::sun::star::geometry::AffineMatrix2D
 // found no way to define doubles in *.sdi, so commenting out for now
 
-    float m00 MID_AFFINEMATRIX2D_M00;
-    float m01 MID_AFFINEMATRIX2D_M01;
-    float m02 MID_AFFINEMATRIX2D_M02;
-    float m10 MID_AFFINEMATRIX2D_M10;
-    float m11 MID_AFFINEMATRIX2D_M11;
-    float m12 MID_AFFINEMATRIX2D_M12;
+//    double m00 MID_AFFINEMATRIX2D_M00;
+//    double m01 MID_AFFINEMATRIX2D_M01;
+//    double m02 MID_AFFINEMATRIX2D_M02;
+//    double m10 MID_AFFINEMATRIX2D_M10;
+//    double m11 MID_AFFINEMATRIX2D_M11;
+//    double m12 MID_AFFINEMATRIX2D_M12;
 };
 item AffineMatrix2D AffineMatrixItem;