diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-12-21 17:08:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-12-21 17:08:29 +0000 |
commit | 5b8d88237ed01b352a06ae0190e7de66e4a7913a (patch) | |
tree | 23e3819650f35ef4278c64f48261a7b206245a36 /desktop | |
parent | 23303cead10f5018479ed64588f0532fe43514b4 (diff) |
INTEGRATION: CWS pj45 (1.19.18); FILE MERGED
2005/12/04 19:38:45 pjanik 1.19.18.1: #i57935#: do not read /etc/adabasrc for OpenOffice.org
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/scripts/soffice.sh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 8673557bb1a3..1577da81418e 100644 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -5,9 +5,9 @@ # # $RCSfile: soffice.sh,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: rt $ $Date: 2005-11-11 12:28:45 $ +# last change: $Author: obo $ $Date: 2005-12-21 18:08:29 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -213,11 +213,6 @@ for sd_arg in ${1+"$@"} ; do esac done -# read database entries for Adabas D -if [ -f /etc/adabasrc ]; then - . /etc/adabasrc -fi - sd_pagein_args="${sd_pagein_args:+${sd_pagein_args} }@pagein-common" "${sd_prog}"/pagein -L"${sd_prog}" ${sd_pagein_args} |