diff options
author | Dirk Voelzke <dv@openoffice.org> | 2010-01-29 10:46:14 +0100 |
---|---|---|
committer | Dirk Voelzke <dv@openoffice.org> | 2010-01-29 10:46:14 +0100 |
commit | ac0ef2459486980a93729812938dac9c3a12c6d1 (patch) | |
tree | c0bb5e61eb9320ca6bc515a94c32a16e3493d6b3 /scp2/source/base | |
parent | 679bc322ed9caa9afc73bca8d89f77e1386f3d4c (diff) |
dv17: #i70994#: Use own component for property handler
Diffstat (limited to 'scp2/source/base')
-rwxr-xr-x | scp2/source/base/registryitem_base.scp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/base/registryitem_base.scp b/scp2/source/base/registryitem_base.scp index d9feecb78d20..17144832cdf8 100755 --- a/scp2/source/base/registryitem_base.scp +++ b/scp2/source/base/registryitem_base.scp @@ -99,7 +99,7 @@ End RegistryItem gid_Regitem_odb_FullDetails ParentID = PREDEFINED_HKEY_CLASSES_ROOT; - ModuleID = gid_Module_Prg_Base_Bin; + ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl; Subkey = "opendocument.DatabaseDocument.1"; Name = "FullDetails"; Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywords;System.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolderPathDisplay;System.Size;System.DateCreated;System.DateModified;System.FileAttributes;System.ComputerName"; @@ -163,4 +163,4 @@ End // registering the property handler for the supported file types -REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( odb, gid_Module_Prg_Base_Bin ) +REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( odb ) |