diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-01-30 13:41:53 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-01-30 13:47:12 +0100 |
commit | e63bfb3035cd01983600a23ab289601dd9b2cf11 (patch) | |
tree | 1b5bbeb8e827eb0fc7d3ba52040cf2233954ec95 /sc | |
parent | 53927349241643abc2a083f1983c46ec793e6ff1 (diff) |
Get rid of STAR_RESOURCEPATH
...the only remaining use was for CppunitTest to find the .res files in
$(OUTDIR)/bin/. Get that solved by delivering the .res files also to
$(OUTDIR)/unittest/install/program/resource/ (new
gb_ResTarget_get_unittest_target).
Change-Id: I370e7cab4223256356c7511b88ae63d9c0dbf215
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/vba/testvba/runTests.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/vba/testvba/runTests.pl b/sc/source/ui/vba/testvba/runTests.pl index 5f320159efa5..4f85abed209e 100644 --- a/sc/source/ui/vba/testvba/runTests.pl +++ b/sc/source/ui/vba/testvba/runTests.pl @@ -101,7 +101,6 @@ if ( !$failed && open(UNAME, "uname -a|") ) { print "$testPath\n"; $testPath = $ENV{"PATH"}; print "$testPath\n"; - $ENV{"STAR_RESOURCEPATH"} = "$officepath/basis3.0/program/resource"; $ENV{"SAL_ALLOW_LINKOO_SYMLINKS"} = "1"; $testPath = $ENV{"LANG"}; print "$testPath\n"; |