diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-05-21 17:16:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-22 08:17:10 +0200 |
commit | e4d8eaab8c9413fa102a56364c5f3c632e3ca43e (patch) | |
tree | b6260a4e695f862e7df9a5596420b6a49b830eec | |
parent | aedb02a728532d256318472742b31e90ccdf1d51 (diff) |
Clean up
Change-Id: I9f58a08ec0867237b80da6787bc1840f0a6bbba8
(cherry picked from commit 355180f3e574b069fcd68df08f4909521fa7e6a0)
-rw-r--r-- | offapi/com/sun/star/awt/PrinterServer.idl | 7 |
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; }; }; }; }; |