diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 17:03:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-10 17:03:54 +0000 |
commit | b130d5f78b91163baf9345d9eee876730b359612 (patch) | |
tree | 5159bd46693cdb9d81b5acc42cb6af7af07e1824 | |
parent | 52590ed1e570a4bc94f5d4baa1f54ca4d32c2daf (diff) |
INTEGRATION: CWS fwkbugfix02 (1.3.102); FILE MERGED
2004/03/22 10:14:31 mav 1.3.102.1: #115011# review idl files
-rw-r--r-- | offapi/com/sun/star/embed/XComponentSupplier.idl | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/offapi/com/sun/star/embed/XComponentSupplier.idl b/offapi/com/sun/star/embed/XComponentSupplier.idl index bebee28a950b..17e867f8486c 100644 --- a/offapi/com/sun/star/embed/XComponentSupplier.idl +++ b/offapi/com/sun/star/embed/XComponentSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XComponentSupplier.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-01-06 08:52:28 $ + * last change: $Author: hr $ $Date: 2004-05-10 18:03:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,13 +70,15 @@ module com { module sun { module star { module embed { //============================================================================= -/** provide access to a component +/** provides access to a component. */ interface XComponentSupplier: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** Allows to get access to a component - <p> The component may not support ::com::sun::star::lang::XComponent interface. + /** allows to get access to a component. + <p> + The component may not support + <type scope="com::sun::star::lang">XComponent</type> interface. </p> @return |