summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XPagePrintable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XPagePrintable.idl')
-rw-r--r--offapi/com/sun/star/text/XPagePrintable.idl11
1 files changed, 4 insertions, 7 deletions
diff --git a/offapi/com/sun/star/text/XPagePrintable.idl b/offapi/com/sun/star/text/XPagePrintable.idl
index 31711eba6..e88748a0e 100644
--- a/offapi/com/sun/star/text/XPagePrintable.idl
+++ b/offapi/com/sun/star/text/XPagePrintable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPagePrintable.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-12-10 16:14:27 $
+ * last change: $Author: hr $ $Date: 2003-03-26 13:57:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,14 +80,12 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::text::XPagePrintable
/** Print several pages on one printer page.
*/
interface XPagePrintable: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::text::XPagePrintable::getPagePrintSettings
/** @returns the settings of printing of pages.
<p>
These settings contains:
@@ -107,9 +105,8 @@ interface XPagePrintable: com::sun::star::uno::XInterface
sequence<com::sun::star::beans::PropertyValue> getPagePrintSettings();
//-------------------------------------------------------------------------
-
- // DocMerge from xml: method com::sun::star::text::XPagePrintable::setPagePrintSettings
- /** adjusts the settings of the page printing.@see getPagePrintSettings
+ /** adjusts the settings of the page printing.
+ @see getPagePrintSettings
*/
void setPagePrintSettings( [in] sequence<com::sun::star::beans::PropertyValue> aSettings );