diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-09-02 13:09:27 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-09-02 13:09:27 +0000 |
commit | da41111cd2f7ac2ca591c870b1b700315ecfda1c (patch) | |
tree | 7f209641fb256db2104963c6f24e228784013b15 | |
parent | 04e7faaa81b0194df0d4624107ff1b8bf93b7673 (diff) |
INTEGRATION: CWS native191_DEV300 (1.8.18.3.2); FILE MERGED
2008/09/01 11:39:52 is 1.8.18.3.2.1: #i93306# problem with packages only for installation with user privileges
-rwxr-xr-x | javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java b/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java index 3d6f0e631..e2fbe16a7 100755 --- a/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java +++ b/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ModuleCtrl.java,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -416,7 +416,7 @@ public class ModuleCtrl { // not installed during deinstallation and therefore gets "IGNORE" // in function setDatabaseSettings - if ( ! packageData.showInUserInstallOnly() ) { + if ( packageData.showInUserInstallOnly() ) { packageData.setSelectionState(PackageDescription.IGNORE); // too late to hide the module // packageData.setIsHidden(true); |