summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-11-17 15:13:34 +0000
committerOliver Bolte <obo@openoffice.org>2005-11-17 15:13:34 +0000
commitdf806e6eb9bb263f153380a4d374b86fb06d8dfd (patch)
tree30c087142aff3d0f47740a154f67d61f61721636 /desktop/source
parent57b83971c003da809ec6c6d96416978c030d501f (diff)
INTEGRATION: CWS canvas03 (1.9.66); FILE MERGED
2005/11/16 13:20:04 dbo 1.9.66.1: #i57975# uno process must not inherit from unorc Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/deployment/registry/component/dp_component.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/component/dp_component.cxx b/desktop/source/deployment/registry/component/dp_component.cxx
index 1f0dfc0203fc..d0aede0d31a2 100644
--- a/desktop/source/deployment/registry/component/dp_component.cxx
+++ b/desktop/source/deployment/registry/component/dp_component.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dp_component.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:27:35 $
+ * last change: $Author: obo $ $Date: 2005-11-17 16:13:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -875,6 +875,8 @@ Reference<XComponentContext> raise_uno_process(
buf.append( ProgramDir::get() );
buf.appendAscii( RTL_CONSTASCII_STRINGPARAM("/services.rdb") );
args.push_back( buf.makeStringAndClear() );
+ // don't inherit from unorc:
+ args.push_back( OUSTR("-env:INIFILENAME=") );
oslProcess hProcess = raiseProcess(
ProgramDir::get() + OUSTR("/uno"),