summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-07-27 12:35:55 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-07-27 12:35:55 +0000
commit5eec57491d283777ff3cd87bbc754f3ea650c079 (patch)
tree60922bf649649cab18baa5200d6bfc51ccc8c6dd /offapi
parent89f729d2cc35d1c9cb6d9d1580d758641f181cb5 (diff)
#89906# move these properties into the new PrintPreviewSettings service
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/PrintSettings.idl34
1 files changed, 2 insertions, 32 deletions
diff --git a/offapi/com/sun/star/text/PrintSettings.idl b/offapi/com/sun/star/text/PrintSettings.idl
index 5267933e2f23..a4d98e405753 100644
--- a/offapi/com/sun/star/text/PrintSettings.idl
+++ b/offapi/com/sun/star/text/PrintSettings.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PrintSettings.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mtg $ $Date: 2001-07-26 16:46:14 $
+ * last change: $Author: mtg $ $Date: 2001-07-27 13:35:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -174,36 +174,6 @@ service PrintSettings
*/
[property] boolean PrintBlackFonts;
-
- /* All properties prefixed by PreviewPrint have the property attribute 'MAYBEVOID'
- meaning: if none of them have been set, they will all return a void value, if any
- one of them is set, then none will return a void value anymore. */
-
- /* Size of the left margin */
- [property] long PreviewPrintLeftMargin;
-
- /* Size of the right margin */
- [property] long PreviewPrintRightMargin;
-
- /* Size of the top margin */
- [property] long PreviewPrintTopMargin;
-
- /* Size of the bottom margin */
- [property] long PreviewPrintBottomMargin;
- /* Size of the horizontal spacing */
-
- [property] long PreviewPrintHorizontalSpacing;
- /* Size of the vertical spacing */
- [property] long PreviewPrintVerticalSpacing;
-
- /* Number of Rows */
- [property] byte PreviewPrintNumRows;
-
- /* Number of Columns */
- [property] byte PreviewPrintNumColumns;
-
- /* If the format is landscape (if false then the format is portrait */
- [property] boolean PreviewPrintLandscape;
};
//=============================================================================