summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-21 17:16:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-21 17:17:00 +0200
commit355180f3e574b069fcd68df08f4909521fa7e6a0 (patch)
tree8e000ed6d51c6d2fa2e1abe0908633a3a6ff3f32 /offapi
parent90e2ad99a594c185ccc578c36121da83eaf8885f (diff)
Clean up
Change-Id: I9f58a08ec0867237b80da6787bc1840f0a6bbba8
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/PrinterServer.idl7
1 files changed, 3 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/PrinterServer.idl b/offapi/com/sun/star/awt/PrinterServer.idl
index e323939988f4..3725eeefcc8d 100644
--- a/offapi/com/sun/star/awt/PrinterServer.idl
+++ b/offapi/com/sun/star/awt/PrinterServer.idl
@@ -15,11 +15,10 @@
module com { module sun { module star { module awt {
/** mechanism to discover and manage printers
+
+ @since LibreOffice 4.1
*/
-service PrinterServer
-{
- interface com::sun::star::awt::XPrinterServer;
-};
+service PrinterServer: com::sun::star::awt::XPrinterServer;
}; }; }; };