summaryrefslogtreecommitdiff
path: root/scp2/source/winexplorerext/module_winexplorerext.scp
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/winexplorerext/module_winexplorerext.scp')
-rwxr-xr-x[-rw-r--r--]scp2/source/winexplorerext/module_winexplorerext.scp22
1 files changed, 14 insertions, 8 deletions
diff --git a/scp2/source/winexplorerext/module_winexplorerext.scp b/scp2/source/winexplorerext/module_winexplorerext.scp
index c1f0ac7f9010..6993ba25c1d1 100644..100755
--- a/scp2/source/winexplorerext/module_winexplorerext.scp
+++ b/scp2/source/winexplorerext/module_winexplorerext.scp
@@ -2,13 +2,10 @@
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * Copyright 2008 by Sun Microsystems, Inc.
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: module_winexplorerext.scp,v $
- * $Revision: 1.7 $
- *
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
@@ -32,7 +29,7 @@
Module gid_Module_Optional_Winexplorerext
MOD_NAME_DESC ( MODULE_OPTIONAL_WINDOWS_EXPLORER_EXTENSIONS );
- Sortkey = "1200";
+ Sortkey = "1205";
Default = YES;
Minimal = YES;
ParentID = gid_Module_Optional;
@@ -40,12 +37,21 @@ Module gid_Module_Optional_Winexplorerext
Files = (gid_File_Lib_Shlxthdl,
gid_File_Lib_Shlxthdl64,
gid_File_Lib_OOoFilt,
- gid_File_Lib_OOoFiltProxy,
gid_File_Lib_OOoFilt64,
- gid_File_Lib_OOoFiltProxy64,
gid_File_Lib_Shlxthdl_Msvcr71,
- gid_File_Lib_Shlxthdl_Stlport,
gid_File_Lib_Shlxtmsi,
gid_File_Lib_Reg64,
gid_File_Tmp_Userinstall_Winexplorerext_Inf);
End
+
+Module gid_Module_Optional_Winexplorerext_PropertyHdl
+ ParentID = gid_Module_Optional_Winexplorerext;
+ Name = "gid_Module_Optional_Winexplorerext_PropertyHdl";
+ Description = "gid_Module_Optional_Winexplorerext_PropertyHdl";
+ Sortkey = "1210";
+ Default = YES;
+ Styles = (HIDDEN_ROOT);
+ Dirs = (gid_Dir_Shlxthdl);
+ Files = (gid_File_Lib_PropertyHdl,
+ gid_File_Lib_PropertyHdl64);
+End