diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 12:24:10 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 12:24:10 +0000 |
commit | 4226d6e96d5bd5bd3ce2c502732e4634e20151b6 (patch) | |
tree | 4d0d8cadaa824abccafd7f532aab88ff235e74a9 /desktop/source/pkgchk/unopkg | |
parent | 449c73b52364d85b60df0f9d974bf2f195cc27f0 (diff) |
INTEGRATION: CWS sb79 (1.7.28); FILE MERGED
2007/10/04 15:33:36 sb 1.7.28.1: #i79786# Do not create any user data (for the root user) in --shared mode.
Diffstat (limited to 'desktop/source/pkgchk/unopkg')
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_app.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_app.cxx b/desktop/source/pkgchk/unopkg/unopkg_app.cxx index ae855b6e56a0..8048e5daf500 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_app.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_app.cxx @@ -5,9 +5,9 @@ * * $RCSfile: unopkg_app.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: ihi $ $Date: 2007-11-22 15:05:04 $ + * last change: $Author: ihi $ $Date: 2007-11-23 13:24:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -302,7 +302,9 @@ SAL_IMPLEMENT_MAIN() } } - xComponentContext = getUNO( disposeGuard, option_verbose, subcmd_gui, xLocalComponentContext ); + xComponentContext = getUNO( + disposeGuard, option_verbose, option_shared, subcmd_gui, + xLocalComponentContext ); if (deploymentContext.getLength() == 0) { deploymentContext = option_shared ? OUSTR("shared") : OUSTR("user"); |