diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-06-21 09:16:45 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-06-21 09:16:45 +0000 |
commit | 22437a37607e22dd22eb4074e9796126852d0c07 (patch) | |
tree | 507f7102200ccfe5809215a9b6d44dd879ea6a1b /eventattacher | |
parent | 333de6536b7a6d0ef778a84495abbf8066b686c6 (diff) |
more types
Diffstat (limited to 'eventattacher')
-rw-r--r-- | eventattacher/source/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eventattacher/source/makefile.mk b/eventattacher/source/makefile.mk index 04ac4568da1a..c804b44d500b 100644 --- a/eventattacher/source/makefile.mk +++ b/eventattacher/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: pluby $ $Date: 2001-03-02 07:14:22 $ +# last change: $Author: hjs $ $Date: 2001-06-21 10:16:45 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,6 +88,7 @@ UNOTYPES= \ com.sun.star.lang.XTypeProvider \ com.sun.star.lang.XMultiServiceFactory \ com.sun.star.lang.XSingleServiceFactory \ + com.sun.star.lang.XSingleComponentFactory \ com.sun.star.beans.XIntrospection \ com.sun.star.beans.MethodConcept \ com.sun.star.script.XEventAttacher \ @@ -99,6 +100,7 @@ UNOTYPES= \ com.sun.star.uno.TypeClass \ com.sun.star.uno.XInterface \ com.sun.star.uno.XWeak \ + com.sun.star.uno.XComponentContext \ com.sun.star.uno.XAggregation |