From a29c2768c22e4d47d527d754ef8285aed7a58de4 Mon Sep 17 00:00:00 2001 From: npower Developer Date: Tue, 20 Apr 2010 13:11:25 +0100 Subject: ab75: #i110417# improve ErrObj behaviour --- sc/source/ui/vba/testvba/runTests.pl | 2 +- sc/source/ui/vba/testvba/testclient | Bin 39390 -> 50595 bytes 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 sc/source/ui/vba/testvba/runTests.pl diff --git a/sc/source/ui/vba/testvba/runTests.pl b/sc/source/ui/vba/testvba/runTests.pl old mode 100644 new mode 100755 index f5051516a9c4..e686a1d4cb89 --- a/sc/source/ui/vba/testvba/runTests.pl +++ b/sc/source/ui/vba/testvba/runTests.pl @@ -20,7 +20,7 @@ my $theResult; my $officepath = shift || die "please specify path to office installation program dir"; my $DocName = shift || ""; my $programpath = "$officepath"."3/program:$officepath/program:"; -my $basiclibrarypath = "$officepath/basis3.2/program"; +my $basiclibrarypath = "$officepath/basis3.3/program"; my $urelibpath = "$officepath/ure/lib"; my $binext = ""; my $testDocDir = "$binDir/TestDocuments"; diff --git a/sc/source/ui/vba/testvba/testclient b/sc/source/ui/vba/testvba/testclient index 12e9ca1659f4..c9cde8c5b052 100755 Binary files a/sc/source/ui/vba/testvba/testclient and b/sc/source/ui/vba/testvba/testclient differ -- cgit