diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:57:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:57:32 +0000 |
commit | fbbeecb3fd3cf8fafb1365d2556216e740741c21 (patch) | |
tree | afbb79c978d8ae283b22ffd56a0fb6c0f3efce53 /udkapi | |
parent | 9872bbc6dd6c8c57fcb5821cc8039e90baffae1d (diff) |
INTEGRATION: CWS sb14 (1.13.8); FILE MERGED
2004/03/15 17:56:34 sb 1.13.8.3: #i21150# Added support for extended interface attributes.
2004/03/05 12:39:18 sb 1.13.8.2: #i21150# Added support for service constructors and for optional bases of interface types.
2004/02/19 14:26:32 sb 1.13.8.1: #i21150# Support for single-interface--based services and interface-based singletons.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/reflection/makefile.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/reflection/makefile.mk b/udkapi/com/sun/star/reflection/makefile.mk index 2c04649b5111..92a45f8f8cbc 100644 --- a/udkapi/com/sun/star/reflection/makefile.mk +++ b/udkapi/com/sun/star/reflection/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: hr $ $Date: 2004-02-03 13:22:02 $ +# last change: $Author: rt $ $Date: 2004-03-30 16:57:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -101,16 +101,21 @@ IDLFILES=\ XIdlReflection.idl\ XIndirectTypeDescription.idl\ XInterfaceAttributeTypeDescription.idl\ + XInterfaceAttributeTypeDescription2.idl \ XInterfaceMemberTypeDescription.idl\ XInterfaceMethodTypeDescription.idl\ XInterfaceTypeDescription.idl\ XInterfaceTypeDescription2.idl \ XMethodParameter.idl\ XModuleTypeDescription.idl\ + XParameter.idl \ XPropertyTypeDescription.idl\ XProxyFactory.idl\ + XServiceConstructorDescription.idl \ XServiceTypeDescription.idl\ + XServiceTypeDescription2.idl \ XSingletonTypeDescription.idl\ + XSingletonTypeDescription2.idl \ XTypeDescription.idl\ XTypeDescriptionEnumeration.idl\ XTypeDescriptionEnumerationAccess.idl |