From 63f0988bd74cc11bd13b2a304e6d05b5ae435a6b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 3 Jun 2004 15:12:22 +0000 Subject: INTEGRATION: CWS sb18 (1.11.2); FILE MERGED 2004/05/21 15:10:01 sb 1.11.2.1: #i21150# Added published flag. --- udkapi/com/sun/star/reflection/XMethodParameter.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'udkapi/com/sun/star/reflection/XMethodParameter.idl') diff --git a/udkapi/com/sun/star/reflection/XMethodParameter.idl b/udkapi/com/sun/star/reflection/XMethodParameter.idl index c179be9482b9..a0c9ecc756c1 100644 --- a/udkapi/com/sun/star/reflection/XMethodParameter.idl +++ b/udkapi/com/sun/star/reflection/XMethodParameter.idl @@ -2,9 +2,9 @@ * * $RCSfile: XMethodParameter.idl,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2004-03-30 16:56:03 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:12:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ @see XInterfaceMethodTypeDescription */ -interface XMethodParameter: com::sun::star::uno::XInterface +published interface XMethodParameter: com::sun::star::uno::XInterface { /** Returns the name of the parameter -- cgit