This commit is contained in:
Jörg Budischewski 2001-05-29 06:09:02 +00:00
parent ea65a630d4
commit fce4e1eda4
3 changed files with 9 additions and 9 deletions

View file

@ -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 \

View file

@ -2,9 +2,9 @@
*
* $RCSfile: testsameprocess.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: jbu $ $Date: 2001-03-16 09:42:20 $
* 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
@ -88,7 +88,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::bridge;
using namespace ::com::sun::star::connection;
using namespace ::com::sun::star::registry;
#ifdef SAL_W32
#include <conio.h>

View file

@ -2,9 +2,9 @@
*
* $RCSfile: testserver.cxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: jbu $ $Date: 2001-03-16 09:42:20 $
* 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
@ -94,7 +94,6 @@ using namespace ::cppu;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::bridge;
using namespace ::com::sun::star::registry;
using namespace ::com::sun::star::connection;
#include "testcomp.h"
#ifdef SAL_W32