summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-07 08:56:14 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-07 08:56:14 +0000
commit50eb9151b756ca8aea498a3a72c6a31340b224fc (patch)
tree5cad987ac0e8898c1f77b5c408accb49169a3982 /desktop/scripts
parent57bf7a9367230ae51958e2cbe61c1b87433403c0 (diff)
INTEGRATION: CWS sb80 (1.28.28); FILE MERGED
2007/11/16 14:47:33 sb 1.28.28.1: #i81275# Moved setting URE_BOOTSTRAP from Unix start scripts to tool's extendapplictionenvironment.cxx.
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/soffice.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index f11458960176..c542114f35dd 100644
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -5,9 +5,9 @@
#
# $RCSfile: soffice.sh,v $
#
-# $Revision: 1.28 $
+# $Revision: 1.29 $
#
-# last change: $Author: vg $ $Date: 2007-10-15 12:58:46 $
+# last change: $Author: obo $ $Date: 2008-01-07 09:56:14 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -176,10 +176,6 @@ do
esac
done
-# set URE_BOOTSTRAP (if not yet set):
-: ${URE_BOOTSTRAP="file://$sd_prog/fundamentalrc"}
-export URE_BOOTSTRAP
-
# extend the ld_library_path for java: javaldx checks the sofficerc for us
unset java_ld_library_path
if [ -x "$sd_prog/javaldx" ] ; then