summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XPrinterServer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XPrinterServer.idl')
-rw-r--r--offapi/com/sun/star/awt/XPrinterServer.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/XPrinterServer.idl b/offapi/com/sun/star/awt/XPrinterServer.idl
index c2fd7eb1b75d..3c4070d0a273 100644
--- a/offapi/com/sun/star/awt/XPrinterServer.idl
+++ b/offapi/com/sun/star/awt/XPrinterServer.idl
@@ -26,23 +26,19 @@
#include <com/sun/star/awt/XInfoPrinter.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** manages several printers on one machine.
*/
published interface XPrinterServer: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns a list of all available printer names.
*/
sequence<string> getPrinterNames();
- //-------------------------------------------------------------------------
/** creates a new virtual printer.
@@ -52,7 +48,6 @@ published interface XPrinterServer: com::sun::star::uno::XInterface
*/
com::sun::star::awt::XPrinter createPrinter( [in] string printerName );
- //-------------------------------------------------------------------------
/** creates a new information printer.
@@ -63,7 +58,6 @@ published interface XPrinterServer: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };