summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XPrinterPropertySet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XPrinterPropertySet.idl')
-rw-r--r--offapi/com/sun/star/awt/XPrinterPropertySet.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/awt/XPrinterPropertySet.idl b/offapi/com/sun/star/awt/XPrinterPropertySet.idl
index afd662e1e323..efb9aa224f33 100644
--- a/offapi/com/sun/star/awt/XPrinterPropertySet.idl
+++ b/offapi/com/sun/star/awt/XPrinterPropertySet.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** represents an extended property set for printer properties.
@@ -45,7 +43,6 @@
*/
published interface XPrinterPropertySet: com::sun::star::beans::XPropertySet
{
- //-------------------------------------------------------------------------
/** sets the orientation.
*/
@@ -53,13 +50,11 @@ published interface XPrinterPropertySet: com::sun::star::beans::XPropertySet
raises( com::sun::star::beans::PropertyVetoException,
com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** returns descriptions of all available printer forms.
*/
sequence<string> getFormDescriptions();
- //-------------------------------------------------------------------------
/** sets the form that should be used.
@@ -69,13 +64,11 @@ published interface XPrinterPropertySet: com::sun::star::beans::XPropertySet
raises( com::sun::star::beans::PropertyVetoException,
com::sun::star::lang::IllegalArgumentException );
- //-------------------------------------------------------------------------
/** returns a binary encoded version of the printer setup.
*/
sequence<byte> getBinarySetup();
- //-------------------------------------------------------------------------
/** sets the data specific to the printer driver.
@@ -88,7 +81,6 @@ published interface XPrinterPropertySet: com::sun::star::beans::XPropertySet
};
-//=============================================================================
}; }; }; };