From 62f485c9bdee4e4008efce18b94ba07445654f66 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 30 Jan 2007 14:26:56 +0000 Subject: INTEGRATION: CWS tl25 (1.11.38); FILE MERGED 2006/10/09 08:06:11 tl 1.11.38.1: #i67883# removed the text claiming enumeration will be non-empty --- udkapi/com/sun/star/container/XContentEnumerationAccess.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'udkapi') diff --git a/udkapi/com/sun/star/container/XContentEnumerationAccess.idl b/udkapi/com/sun/star/container/XContentEnumerationAccess.idl index 486a98d6f120..a1194de6e1fc 100644 --- a/udkapi/com/sun/star/container/XContentEnumerationAccess.idl +++ b/udkapi/com/sun/star/container/XContentEnumerationAccess.idl @@ -4,9 +4,9 @@ * * $RCSfile: XContentEnumerationAccess.idl,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:14:02 $ + * last change: $Author: rt $ $Date: 2007-01-30 15:26:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -78,7 +78,7 @@ published interface XContentEnumerationAccess: com::sun::star::uno::XInterface all names of services of which instances exist in this object.

XContentEnumerationAccess::createContentEnumeration - creates a non-empty enumeration for all the service names which are + creates an enumeration for all the service names which are listed here. For all others it creates no enumeration.

*/ sequence getAvailableServiceNames(); -- cgit