diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2002-12-11 15:34:05 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2002-12-11 15:34:05 +0000 |
commit | 1edb486b188ae3de85e3126cc146490be55110f6 (patch) | |
tree | b3f804f51a09c2ad531649895568aa1f489f6faf /javaunohelper/source | |
parent | 659d9b1aa273de95c0edcfd27beaf8393d0ee4ca (diff) |
#100000# c.s.s.lang.XComponent added to UNOTYPES
Diffstat (limited to 'javaunohelper/source')
-rw-r--r-- | javaunohelper/source/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/javaunohelper/source/makefile.mk b/javaunohelper/source/makefile.mk index 4d2984dc3d86..18f7da977233 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 \ |