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.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/view/XPrintSettingsSupplier.idl b/offapi/com/sun/star/view/XPrintSettingsSupplier.idl
index 100225418348..6ce20217dfdd 100644
--- a/offapi/com/sun/star/view/XPrintSettingsSupplier.idl
+++ b/offapi/com/sun/star/view/XPrintSettingsSupplier.idl
@@ -24,18 +24,15 @@
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module view {
-//=============================================================================
/** offers printing related settings, which affect document rendering,
but are not related to the printer itself.
*/
published interface XPrintSettingsSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** @returns
a set of properties which are related to printing.
@@ -46,7 +43,6 @@ published interface XPrintSettingsSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };