diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-05-29 06:09:02 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-05-29 06:09:02 +0000 |
commit | fce4e1eda4fbc65013f6ebd05e80ef44fc777a43 (patch) | |
tree | 192fa0060cf88bb45fdd2b0a863fedb4431a7ed0 /bridges/test/makefile.mk | |
parent | ea65a630d4c572bd85299dd97ff549fa93c48267 (diff) |
cleanup
Diffstat (limited to 'bridges/test/makefile.mk')
-rw-r--r-- | bridges/test/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bridges/test/makefile.mk b/bridges/test/makefile.mk index 79ec204fb86d..d8173faa9b5d 100644 --- a/bridges/test/makefile.mk +++ b/bridges/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: jbu $ $Date: 2001-03-20 13:15:51 $ +# last change: $Author: jbu $ $Date: 2001-05-29 07:09:02 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -116,7 +116,9 @@ UNOTYPES = \ com.sun.star.lang.XServiceInfo\ test.XTestFactory \ com.sun.star.test.performance.XPerformanceTest \ - com.sun.star.lang.XMain + com.sun.star.lang.XMain \ + com.sun.star.lang.XMultiComponentFactory \ + com.sun.star.lang.XSingleComponentFactory #UNOTYPES= com.sun.star.corba.giop.MsgType_1_1 #UNOTYPES= com.sun.star.uno.XInterface \ |