Kaydet (Commit) 15c96e41 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS jl40 (1.17.24); FILE MERGED

2006/07/27 09:16:37 jsc 1.17.24.1: #i76824# disable file type registration for oxt
üst 5a41b36a
......@@ -4,9 +4,9 @@
*
* $RCSfile: registryitem_ooo.scp,v $
*
* $Revision: 1.17 $
* $Revision: 1.18 $
*
* last change: $Author: obo $ $Date: 2006-07-13 17:00:38 $
* last change: $Author: hr $ $Date: 2006-08-11 17:15:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -583,37 +583,37 @@ End
// new oxt file extension for office extension packages
RegistryItem gid_Regitem_Oxt
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Root;
Subkey = ".oxt";
Value = "office.Extension.1";
End
RegistryItem gid_Regitem_Office_Extension_Curver
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Root;
Subkey = "office.Extension\CurVer";
Value = "office.Extension.1";
End
RegistryItem gid_Regitem_Office_Extension_1
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Root;
Subkey = "office.Extension.1";
End
RegistryItem gid_Regitem_Office_Extension_1_Shell
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Root;
Subkey = "office.Extension.1\shell";
Value = "open";
End
RegistryItem gid_Regitem_Office_Extension_1_Shell_Open_Command
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Root;
Subkey = "office.Extension.1\shell\open\command";
Value = "\"<progpath>\program\unopkg\" add \"%1\"";
End
//RegistryItem gid_Regitem_Oxt
// ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
// ModuleID = gid_Module_Root;
// Subkey = ".oxt";
// Value = "office.Extension.1";
//End
//RegistryItem gid_Regitem_Office_Extension_Curver
// ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
// ModuleID = gid_Module_Root;
// Subkey = "office.Extension\CurVer";
// Value = "office.Extension.1";
//End
//RegistryItem gid_Regitem_Office_Extension_1
// ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
// ModuleID = gid_Module_Root;
// Subkey = "office.Extension.1";
//End
//RegistryItem gid_Regitem_Office_Extension_1_Shell
// ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
// ModuleID = gid_Module_Root;
// Subkey = "office.Extension.1\shell";
// Value = "open";
//End
//RegistryItem gid_Regitem_Office_Extension_1_Shell_Open_Command
// ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
// ModuleID = gid_Module_Root;
// Subkey = "office.Extension.1\shell\open\command";
// Value = "\"<progpath>\program\unopkg\" add \"%1\"";
//End
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment