summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-05-15 06:51:20 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-05-15 06:51:20 +0000
commitc09c23409b0f9812a99f0e97094bed42ba1f8881 (patch)
tree45090534ea267a074d045248bfad7f7b62a26c9f /testtools
parent82974c64cefa5ce4c29513307d003e7216a5c65f (diff)
added component types
Diffstat (limited to 'testtools')
-rw-r--r--testtools/source/bridgetest/makefile.mk4
-rw-r--r--testtools/source/performance/makefile.mk4
2 files changed, 6 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk
index b5555a67c03e..c38dcf615b11 100644
--- a/testtools/source/bridgetest/makefile.mk
+++ b/testtools/source/bridgetest/makefile.mk
@@ -35,7 +35,9 @@ UNOTYPES= \
com.sun.star.registry.XRegistryKey \
com.sun.star.container.XSet \
com.sun.star.test.bridge.XBridgeTest \
- com.sun.star.bridge.XUnoUrlResolver
+ com.sun.star.bridge.XUnoUrlResolver \
+ com.sun.star.lang.XSingleComponentFactory \
+ com.sun.star.uno.XComponentContext
SLOFILES= \
$(SLO)$/cppobj.obj \
diff --git a/testtools/source/performance/makefile.mk b/testtools/source/performance/makefile.mk
index b295a3905d11..3464b2438d85 100644
--- a/testtools/source/performance/makefile.mk
+++ b/testtools/source/performance/makefile.mk
@@ -36,7 +36,9 @@ UNOTYPES= \
com.sun.star.registry.XRegistryKey \
com.sun.star.bridge.XUnoUrlResolver \
com.sun.star.container.XSet \
- com.sun.star.test.performance.XPerformanceTest
+ com.sun.star.test.performance.XPerformanceTest \
+ com.sun.star.lang.XSingleComponentFactory \
+ com.sun.star.uno.XComponentContext
SLOFILES= \
$(SLO)$/ubtest.obj \