diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 12:25:08 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 12:25:08 +0000 |
commit | e66cb909bdc46d663a65df2a4b3372d330d4f0d9 (patch) | |
tree | 372dbbfce2bbec4a6a02e161ebe38a2c5e72958e /desktop/source | |
parent | df85028cd8fac8c88eea3acfdd2a38840626227c (diff) |
INTEGRATION: CWS sb79 (1.3.30); FILE MERGED
2007/10/04 15:33:36 sb 1.3.30.1: #i79786# Do not create any user data (for the root user) in --shared mode.
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_shared.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_shared.h b/desktop/source/pkgchk/unopkg/unopkg_shared.h index c55894e72f58..c36b9c75e0b8 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_shared.h +++ b/desktop/source/pkgchk/unopkg/unopkg_shared.h @@ -4,9 +4,9 @@ * * $RCSfile: unopkg_shared.h,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: ihi $ $Date: 2007-11-22 15:05:42 $ + * last change: $Author: ihi $ $Date: 2007-11-23 13:25:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -158,7 +158,7 @@ void printf_packages( //============================================================================== css::uno::Reference<css::uno::XComponentContext> getUNO( - DisposeGuard & disposeGuard, bool verbose, bool bGui, + DisposeGuard & disposeGuard, bool verbose, bool shared, bool bGui, css::uno::Reference<css::uno::XComponentContext> & out_LocalComponentContext); } |