summaryrefslogtreecommitdiff
path: root/cppuhelper/test
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:51:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:51:34 +0000
commit2334b39910d95b9034d7fa825801c5fefa8fea3c (patch)
treedc10f167419940bc4a1ba3ee99ea4f86cbc0beb4 /cppuhelper/test
parentcfc6bf59f3a2702b6ddac5adebf3158d9542c0c4 (diff)
INTEGRATION: CWS sb76 (1.5.52); FILE MERGED
2007/09/26 11:48:05 kr 1.5.52.1: fixed: typeconverter not available anymore as separate library
Diffstat (limited to 'cppuhelper/test')
-rw-r--r--cppuhelper/test/testdefaultbootstrapping.pl16
1 files changed, 8 insertions, 8 deletions
diff --git a/cppuhelper/test/testdefaultbootstrapping.pl b/cppuhelper/test/testdefaultbootstrapping.pl
index 21abc5bbf0c5..bfd6c523b2d8 100644
--- a/cppuhelper/test/testdefaultbootstrapping.pl
+++ b/cppuhelper/test/testdefaultbootstrapping.pl
@@ -7,9 +7,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
# $RCSfile: testdefaultbootstrapping.pl,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2006-12-01 17:19:52 $
+# last change: $Author: hr $ $Date: 2007-09-27 12:51:33 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -45,9 +45,9 @@ my $defExeExt;
if ($ENV{GUI} eq "WNT") {
%services = (
- 'com.sun.star.uno.NamingService' => 'namingservice.uno.dll',
- 'com.sun.star.reflection.CoreReflection' => 'reflection.uno.dll',
- 'com.sun.star.script.Converter' => 'typeconverter.uno.dll',
+ 'com.sun.star.uno.NamingService' => 'namingservice.uno.dll',
+ 'com.sun.star.reflection.CoreReflection' => 'reflection.uno.dll',
+ 'com.sun.star.script.InvocationAdapterFactory' => 'invocadapt.uno.dll',
);
$defExeExt = ".exe";
@@ -55,9 +55,9 @@ if ($ENV{GUI} eq "WNT") {
}
else {
%services = (
- 'com.sun.star.uno.NamingService' => 'namingservice.uno.so',
- 'com.sun.star.reflection.CoreReflection' => 'reflection.uno.so',
- 'com.sun.star.script.Converter' => 'typeconverter.uno.so'
+ 'com.sun.star.uno.NamingService' => 'namingservice.uno.so',
+ 'com.sun.star.reflection.CoreReflection' => 'reflection.uno.so',
+ 'com.sun.star.script.InvocationAdapterFactory' => 'invocadapt.uno.so'
);
$defExeExt = "";