summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/PrinterIndependentLayout.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/PrinterIndependentLayout.idl')
-rw-r--r--offapi/com/sun/star/document/PrinterIndependentLayout.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/document/PrinterIndependentLayout.idl b/offapi/com/sun/star/document/PrinterIndependentLayout.idl
index edefba369eb8..d5f21d522205 100644
--- a/offapi/com/sun/star/document/PrinterIndependentLayout.idl
+++ b/offapi/com/sun/star/document/PrinterIndependentLayout.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,15 +42,15 @@ published constants PrinterIndependentLayout
/** use printer-dependent metrics for layout */
const short DISABLED = 1;
- /** use printer-independent metrics for layout,
+ /** use printer-independent metrics for layout,
assuming a generic 600dpi printer */
const short LOW_RESOLUTION = 2;
-
- /** @deprecated ENABLED changed to LOW_RESOLUTION,
+
+ /** @deprecated ENABLED changed to LOW_RESOLUTION,
to distinguish from HIGH_RESOLUTION */
const short ENABLED = LOW_RESOLUTION;
- /** use printer-independent metrics for layout,
+ /** use printer-independent metrics for layout,
assuming a generic high-resolution printer (4800dpi) */
const short HIGH_RESOLUTION = 3;
@@ -58,7 +58,7 @@ published constants PrinterIndependentLayout
const short LIKE_PARENT = 4;
*/
};
-
+
//=============================================================================
}; }; }; };