diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:16:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:16:36 +0000 |
commit | 9be1573e371ac41e5fb168a03d7977065afe0535 (patch) | |
tree | 00d2fdb521714c669b49133a82a3cf19bd6b7c48 /cppuhelper | |
parent | f5e060932fb08f6299d042cf0aa0e5afad90d5bc (diff) |
INTEGRATION: CWS unotlc (1.35.14); FILE MERGED
2004/07/14 13:11:13 dbo 1.35.14.1: #i20304# modifyable component contexts
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk index b82903c9678a..9d4137e90603 100644 --- a/cppuhelper/source/makefile.mk +++ b/cppuhelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.35 $ +# $Revision: 1.36 $ # -# last change: $Author: obo $ $Date: 2004-06-04 03:21:42 $ +# last change: $Author: obo $ $Date: 2004-08-12 12:16:36 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -97,6 +97,7 @@ UNOTYPES= \ com.sun.star.uno.XUnloadingPreference \ com.sun.star.uno.DeploymentException \ com.sun.star.uno.RuntimeException \ + com.sun.star.lang.WrappedTargetRuntimeException \ com.sun.star.lang.DisposedException \ com.sun.star.lang.XMultiServiceFactory \ com.sun.star.lang.XSingleServiceFactory \ @@ -125,6 +126,7 @@ UNOTYPES= \ com.sun.star.beans.PropertyValue \ com.sun.star.beans.XFastPropertySet \ com.sun.star.beans.PropertyAttribute \ + com.sun.star.container.XNameContainer \ com.sun.star.container.XHierarchicalNameAccess \ com.sun.star.registry.XRegistryKey \ com.sun.star.loader.XImplementationLoader \ |