From 2334b39910d95b9034d7fa825801c5fefa8fea3c Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 27 Sep 2007 11:51:34 +0000 Subject: 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 --- cppuhelper/test/testdefaultbootstrapping.pl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cppuhelper/test') 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 = ""; -- cgit