summaryrefslogtreecommitdiff
path: root/scp2/source/draw
diff options
context:
space:
mode:
authorDirk Voelzke <dv@openoffice.org>2010-01-29 10:46:14 +0100
committerDirk Voelzke <dv@openoffice.org>2010-01-29 10:46:14 +0100
commitac0ef2459486980a93729812938dac9c3a12c6d1 (patch)
treec0bb5e61eb9320ca6bc515a94c32a16e3493d6b3 /scp2/source/draw
parent679bc322ed9caa9afc73bca8d89f77e1386f3d4c (diff)
dv17: #i70994#: Use own component for property handler
Diffstat (limited to 'scp2/source/draw')
-rwxr-xr-xscp2/source/draw/registryitem_draw.scp16
1 files changed, 8 insertions, 8 deletions
diff --git a/scp2/source/draw/registryitem_draw.scp b/scp2/source/draw/registryitem_draw.scp
index d86ca1cee6ad..47f805cede88 100755
--- a/scp2/source/draw/registryitem_draw.scp
+++ b/scp2/source/draw/registryitem_draw.scp
@@ -475,7 +475,7 @@ End
RegistryItem gid_Regitem_std_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- ModuleID = gid_Module_Prg_Draw_Bin;
+ ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
Subkey = "soffice.StarDrawTemplate.6";
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";
@@ -543,7 +543,7 @@ End
RegistryItem gid_Regitem_sxd_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- ModuleID = gid_Module_Prg_Draw_Bin;
+ ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
Subkey = "soffice.StarDrawDocument.6";
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";
@@ -658,7 +658,7 @@ End
RegistryItem gid_Regitem_odg_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- ModuleID = gid_Module_Prg_Draw_Bin;
+ ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
Subkey = "opendocument.DrawDocument.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";
@@ -809,7 +809,7 @@ End
RegistryItem gid_Regitem_otg_FullDetails
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
- ModuleID = gid_Module_Prg_Draw_Bin;
+ ModuleID = gid_Module_Optional_Winexplorerext_PropertyHdl;
Subkey = "opendocument.DrawTemplate.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";
@@ -930,7 +930,7 @@ End
// registering the property handler for the supported file types
-REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( odg, gid_Module_Prg_Draw_Bin )
-REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( otg, gid_Module_Prg_Draw_Bin )
-REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( sxd, gid_Module_Prg_Draw_Bin )
-REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( std, gid_Module_Prg_Draw_Bin )
+REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( odg )
+REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( otg )
+REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( sxd )
+REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( std )