summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2016-06-28 10:56:01 +0200
committerSzymon Kłos <eszkadev@gmail.com>2016-06-28 11:00:09 +0200
commit16452737613c9f1b6d8dff7e0b2726460543df21 (patch)
treeb8435740dff4650bd87b6f911118ba3e712d8a8b /offapi/com
parent7e49e303f800d1508643daa5a00e7f1603e6b73b (diff)
LeftRightMarginScale: updated comments
Change-Id: I1b35845ee273723b617334daa39854079a8e6992
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/frame/status/LeftRightMarginScale.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/frame/status/LeftRightMarginScale.idl b/offapi/com/sun/star/frame/status/LeftRightMarginScale.idl
index b5f66e2273d0..ab3756825b88 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.