summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/Settings.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-10-15 09:06:05 +0000
committerKurt Zenker <kz@openoffice.org>2003-10-15 09:06:05 +0000
commit155ca4d63ca5ac01c46b001adb612957556d35d6 (patch)
tree148fa65569ce54c8ab106aa54ee1b166570f0b1e /offapi/com/sun/star/document/Settings.idl
parent99faf421ce0fc0f8f28db97e471adb81bf98e77d (diff)
INTEGRATION: CWS extleading (1.4.104); FILE MERGED
2003/07/15 17:32:13 dvo 1.4.104.1: #110641# AddExternalLeading document setting
Diffstat (limited to 'offapi/com/sun/star/document/Settings.idl')
-rw-r--r--offapi/com/sun/star/document/Settings.idl11
1 files changed, 9 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/Settings.idl b/offapi/com/sun/star/document/Settings.idl
index 634c5be96c17..8f5df67ec7b7 100644
--- a/offapi/com/sun/star/document/Settings.idl
+++ b/offapi/com/sun/star/document/Settings.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Settings.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2003-04-01 09:47:03 $
+ * last change: $Author: kz $ $Date: 2003-10-15 10:06:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -309,6 +309,13 @@ service Settings
*/
[optional, property] short PrinterIndependentLayout;
+ // Writer, maybe later other applications, too
+ //-------------------------------------------------------------------------
+ /** layout engine should add value of a Font's 'external leading'
+ * attribute to the line spacing.
+ */
+ [optional, property] boolean AddExternalLeading;
+
};
//=============================================================================