diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 10:24:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 10:24:22 +0000 |
commit | 6b182fb8270f442b0b3c71373643a5fbf3f12ee2 (patch) | |
tree | c1684e1c9f216dd972815f331c8ab32dcc1faf7e /udkapi | |
parent | 5c527e649bff1a4b32e0fe40307a689a25fa06f9 (diff) |
INTEGRATION: CWS kso9 (1.6.12); FILE MERGED
2004/02/25 10:50:49 kso 1.6.12.1: #112036# - Improved/corrected documentation.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl index 435ea04b4413..8f1e755a1590 100644 --- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl +++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTypeDescriptionEnumerationAccess.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2004-02-03 13:21:24 $ + * last change: $Author: obo $ $Date: 2004-03-17 11:24:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -158,11 +158,13 @@ interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XInterface </table> @throws NoSuchTypeNameException - in case that the given type name does not exist. + in case that the given module name does not exist. This exception + will never be thrown in case moduleName is the empty string. @throws InvalidTypeNameException - in case that the given type name does exist, but does not specify - an UNOIDL module. + in case that the given module name does exist, but does not specify + an UNOIDL module. This exception will never be thrown in case + moduleName is the empty string. */ XTypeDescriptionEnumeration createTypeDescriptionEnumeration( |