INTEGRATION: CWS extleading (1.4.104); FILE MERGED

2003/07/15 17:32:13 dvo 1.4.104.1: #110641# AddExternalLeading document setting
This commit is contained in:
Kurt Zenker
2003-10-15 09:06:05 +00:00
parent 99faf421ce
commit 155ca4d63c

View File

@@ -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;
};
//=============================================================================