summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XInfoPrinter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XInfoPrinter.idl')
-rw-r--r--offapi/com/sun/star/awt/XInfoPrinter.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XInfoPrinter.idl b/offapi/com/sun/star/awt/XInfoPrinter.idl
index 37e7d82d1635..34edec024b7c 100644
--- a/offapi/com/sun/star/awt/XInfoPrinter.idl
+++ b/offapi/com/sun/star/awt/XInfoPrinter.idl
@@ -24,17 +24,14 @@
#include <com/sun/star/awt/XDevice.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** represents an information printer.
*/
published interface XInfoPrinter: com::sun::star::awt::XPrinterPropertySet
{
- //-------------------------------------------------------------------------
/** creates a new object which implements an <type>XDevice</type>.
@@ -44,7 +41,6 @@ published interface XInfoPrinter: com::sun::star::awt::XPrinterPropertySet
};
-//=============================================================================
}; }; }; };