[Libreoffice-commits] core.git: offapi/com

Szymon Kłos eszkadev at gmail.com
Tue Jun 28 09:28:39 UTC 2016


 offapi/com/sun/star/frame/status/LeftRightMarginScale.idl |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 16452737613c9f1b6d8dff7e0b2726460543df21
Author: Szymon Kłos <eszkadev at gmail.com>
Date:   Tue Jun 28 10:56:01 2016 +0200

    LeftRightMarginScale: updated comments
    
    Change-Id: I1b35845ee273723b617334daa39854079a8e6992

diff --git a/offapi/com/sun/star/frame/status/LeftRightMarginScale.idl b/offapi/com/sun/star/frame/status/LeftRightMarginScale.idl
index b5f66e2..ab37568 100644
--- a/offapi/com/sun/star/frame/status/LeftRightMarginScale.idl
+++ b/offapi/com/sun/star/frame/status/LeftRightMarginScale.idl
@@ -45,24 +45,24 @@ struct LeftRightMarginScale
     long Right;
 
 
-     /** specifies a first line indent relative to TextLeft.
+     /** specifies a first line indent relative to TextLeft in 1/100th mm.
      */
     long FirstLine;
 
 
-    /** specifies a scale value for the left margin.
+    /** specifies a scale value for the left margin in percent.
      */
-    short ScaleLeft;
+    long ScaleLeft;
 
 
-    /** specifies a scale value for the right margin.
+    /** specifies a scale value for the right margin in percent.
      */
-    short ScaleRight;
+    long ScaleRight;
 
 
-    /** specifies a scale value for the first line margin.
+    /** specifies a scale value for the first line margin in percent.
      */
-    short ScaleFirstLine;
+    long ScaleFirstLine;
 
 
     /** specifies if the automatic calculation of the first line indent occurs.


More information about the Libreoffice-commits mailing list