diff options
author | npower Developer <npower@openoffice.org> | 2010-04-20 13:11:25 +0100 |
---|---|---|
committer | npower Developer <npower@openoffice.org> | 2010-04-20 13:11:25 +0100 |
commit | a29c2768c22e4d47d527d754ef8285aed7a58de4 (patch) | |
tree | 7b6e9754f6ee4adf68a7e903bf4a5462c3b2699b /sc/source/ui/vba/testvba | |
parent | f2cf0b3fde3d8577260c8b12e380d23a27dbae17 (diff) |
ab75: #i110417# improve ErrObj behaviour
Diffstat (limited to 'sc/source/ui/vba/testvba')
-rwxr-xr-x[-rw-r--r--] | sc/source/ui/vba/testvba/runTests.pl | 2 | ||||
-rwxr-xr-x | sc/source/ui/vba/testvba/testclient | bin | 39390 -> 50595 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/testvba/runTests.pl b/sc/source/ui/vba/testvba/runTests.pl index f5051516a9c4..e686a1d4cb89 100644..100755 --- 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 Binary files differindex 12e9ca1659f4..c9cde8c5b052 100755 --- a/sc/source/ui/vba/testvba/testclient +++ b/sc/source/ui/vba/testvba/testclient |