diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 16:22:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 16:22:16 +0000 |
commit | 0441ad485ce42dcd0465866cff8169c09c3585d9 (patch) | |
tree | abc268c809f18dc9c675c8d02d51fdfcef3badb0 /desktop | |
parent | 750d1d948392354e8f7cf66380c9ee04b4e9af05 (diff) |
INTEGRATION: CWS fwk01 (1.1.4.2.6); FILE MERGED
2003/03/10 15:57:50 lo 1.1.4.2.6.1: #108102# don't pass command line parameters to javaldx
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/scripts/soffice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index c2b773014e2e..9e999fd32f5f 100644 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -139,7 +139,7 @@ case $sd_platform in esac # extend the ld_library_path for java: javaldx checks the sofficerc for us -java_ld_library_path=`"$sd_prog/javaldx" "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"` +java_ld_library_path=`"$sd_prog/javaldx"` if [ "$java_ld_library_path" != "" ] ; then case $sd_platform in AIX) |