From e66cb909bdc46d663a65df2a4b3372d330d4f0d9 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Fri, 23 Nov 2007 12:25:08 +0000 Subject: 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. --- desktop/source/pkgchk/unopkg/unopkg_shared.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop/source') 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 getUNO( - DisposeGuard & disposeGuard, bool verbose, bool bGui, + DisposeGuard & disposeGuard, bool verbose, bool shared, bool bGui, css::uno::Reference & out_LocalComponentContext); } -- cgit