summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/XPrintSettingsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/XPrintSettingsSupplier.idl')
-rw-r--r--offapi/com/sun/star/view/XPrintSettingsSupplier.idl38
1 files changed, 7 insertions, 31 deletions
diff --git a/offapi/com/sun/star/view/XPrintSettingsSupplier.idl b/offapi/com/sun/star/view/XPrintSettingsSupplier.idl
index 237937be6..deb03c673 100644
--- a/offapi/com/sun/star/view/XPrintSettingsSupplier.idl
+++ b/offapi/com/sun/star/view/XPrintSettingsSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPrintSettingsSupplier.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:53 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:11:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,22 +72,21 @@
//=============================================================================
- module com { module sun { module star { module view {
+module com { module sun { module star { module view {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::view::XPrintSettingsSupplier
-/** offers printing related settings.
+/** offers printing related settings, which affect document rendering,
+ but are not related to the printer itself.
*/
interface XPrintSettingsSupplier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::view::XPrintSettingsSupplier::getPrintSettings
/** @returns
- a set of properties which are related to printing.
+ a set of properties which are related to printing.
- @see PrintSettings
+ @see PrintSettings
*/
com::sun::star::beans::XPropertySet getPrintSettings();
@@ -97,27 +96,4 @@ interface XPrintSettingsSupplier: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:45:34 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:36:21 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:53:07 mi
- documentation merged from XML
-
- Revision 1.3 2000/03/09 16:58:22 mi
- #70728# missing documentation
-
- Revision 1.2 2000/02/07 11:25:06 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:47 jsc
- new
-
-
-=============================================================================*/
#endif