diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:04:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:04:44 +0000 |
commit | 08f93a36a2d14efa2b12096b184ca8b8f8f25b48 (patch) | |
tree | 0298565520d1227137e0dd4db1193c39baf4d3b1 /udkapi/com/sun/star/loader | |
parent | 0a5efd083962911c04e5124ed36d183de52d8743 (diff) |
INTEGRATION: CWS sb18 (1.11.100); FILE MERGED
2004/05/21 15:09:55 sb 1.11.100.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/loader')
-rw-r--r-- | udkapi/com/sun/star/loader/XImplementationLoader.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl index 548996ee1b43..87964d18214c 100644 --- a/udkapi/com/sun/star/loader/XImplementationLoader.idl +++ b/udkapi/com/sun/star/loader/XImplementationLoader.idl @@ -2,9 +2,9 @@ * * $RCSfile: XImplementationLoader.idl,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:36:07 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:04:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,7 +86,7 @@ /** handles activation (loading) of a UNO component. @see com::sun::star::registry::XImplementationRegistration */ -interface XImplementationLoader: com::sun::star::uno::XInterface +published interface XImplementationLoader: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- |