diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-03-16 14:10:43 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-03-16 14:10:43 +0000 |
commit | c2284a7e3cc920c7e6592a41c06ca2bfe4a59950 (patch) | |
tree | 6499979fcd458b674627ce966d52b6648053c085 /udkapi/com/sun/star/loader | |
parent | 83c830ff08ad2573d798a5b55d6145aebc35954f (diff) |
remove interfaceheader with uik and remove [const] in method definitions
Diffstat (limited to 'udkapi/com/sun/star/loader')
-rw-r--r-- | udkapi/com/sun/star/loader/XImplementationLoader.idl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl index cabe19d5b6cb..884e95bd18a8 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,7 +86,6 @@ // DocMerge from xml: interface com::sun::star::loader::XImplementationLoader /** defines the interface for classes that manage all the work needed to instantiate an implementation.@see XImplementationRegistration */ -[ uik(E227A3F4-33D6-11D1-AABE00A0-249D5590), ident( "XImplementationLoader", 1.0 ) ] interface XImplementationLoader: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -121,6 +120,9 @@ interface XImplementationLoader: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:45 mi + moved from api + Revision 1.2 2000/10/09 14:24:57 mi #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags) |