From fd065e692a7355ffc46bf42a9ec1f3743ba8310c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 27 Mar 2012 11:47:17 +0200 Subject: [PATCH] Remove superfluous comment ...that looks out of place after previous commit. --- udkapi/com/sun/star/uno/NamingService.idl | 1 - 1 file changed, 1 deletion(-) diff --git a/udkapi/com/sun/star/uno/NamingService.idl b/udkapi/com/sun/star/uno/NamingService.idl index 38b7239c1c54..a67bdd1f4623 100644 --- a/udkapi/com/sun/star/uno/NamingService.idl +++ b/udkapi/com/sun/star/uno/NamingService.idl @@ -34,7 +34,6 @@ //============================================================================= /** a simple named object container. - Through this interface the objects are registered and accessed. */ published service NamingService : com::sun::star::uno::XNamingService;