diff options
author | Kurt Zenker <kz@openoffice.org> | 2000-10-17 08:28:28 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2000-10-17 08:28:28 +0000 |
commit | fb337a22d1c8b397a0f4f532ede2fcf8b4600a3e (patch) | |
tree | 128333a25bd0aeb8042af74dfda0f81a317d29bc /remotebridges/examples/makefile.mk | |
parent | 2f25994b0199bd6d941da7a0ae517aed49659bf6 (diff) |
add. XWeak and XAggregation
Diffstat (limited to 'remotebridges/examples/makefile.mk')
-rw-r--r-- | remotebridges/examples/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/remotebridges/examples/makefile.mk b/remotebridges/examples/makefile.mk index 8c70dadde199..0ff183c992ba 100644 --- a/remotebridges/examples/makefile.mk +++ b/remotebridges/examples/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: jbu $ $Date: 2000-10-16 11:51:56 $ +# last change: $Author: kz $ $Date: 2000-10-17 09:28:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -92,6 +92,8 @@ INCPRE+=$(UNOUCROUT) UNOTYPES = \ com.sun.star.lang.XSingleServiceFactory \ com.sun.star.uno.XNamingService \ + com.sun.star.uno.XWeak \ + com.sun.star.uno.XAggregation \ com.sun.star.lang.XMultiServiceFactory \ com.sun.star.lang.XTypeProvider \ com.sun.star.frame.XComponentLoader\ |