From e4d8eaab8c9413fa102a56364c5f3c632e3ca43e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 21 May 2013 17:16:18 +0200 Subject: Clean up Change-Id: I9f58a08ec0867237b80da6787bc1840f0a6bbba8 (cherry picked from commit 355180f3e574b069fcd68df08f4909521fa7e6a0) --- offapi/com/sun/star/awt/PrinterServer.idl | 7 +++---- 1 file 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; }; }; }; }; -- cgit