summaryrefslogtreecommitdiff
path: root/javaunohelper/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2002-12-11 15:34:05 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2002-12-11 15:34:05 +0000
commit1b631bf3a135e2b3af9a1314ac01030a6076e9cb (patch)
treeaa5126115117cc1671e81e55ec530f5dcc232b5e /javaunohelper/source
parent3ef6cafc48f2af0cbca8d0b596ae7613b9c9f56a (diff)
#100000# c.s.s.lang.XComponent added to UNOTYPES
Diffstat (limited to 'javaunohelper/source')
-rw-r--r--javaunohelper/source/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/javaunohelper/source/makefile.mk b/javaunohelper/source/makefile.mk
index 4d2984dc3..18f7da977 100644
--- a/javaunohelper/source/makefile.mk
+++ b/javaunohelper/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: dbo $ $Date: 2002-12-06 16:40:54 $
+# last change: $Author: rt $ $Date: 2002-12-11 16:34:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -106,7 +106,8 @@ UNOTYPES= \
com.sun.star.uno.XWeak \
com.sun.star.uno.XAggregation \
com.sun.star.uno.XComponentContext \
- com.sun.star.lang.XInitialization
+ com.sun.star.lang.XInitialization \
+ com.sun.star.lang.XComponent
SLOFILES= \
$(SLO)$/javaunohelper.obj \