diff options
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"); |