diff options
author | Dirk Voelzke <dv@openoffice.org> | 2010-01-25 07:08:21 +0100 |
---|---|---|
committer | Dirk Voelzke <dv@openoffice.org> | 2010-01-25 07:08:21 +0100 |
commit | 99b240d2f7255abd15a449c5d1bd117034110ed2 (patch) | |
tree | b74d245801625d69d433c2185bc4421d840d903c /scp2/source/math | |
parent | 9f132f93858564c899189657a79ddd4528226ca8 (diff) |
dv17: #i70994#: Proprty handler should work with 64bit, too
Diffstat (limited to 'scp2/source/math')
-rwxr-xr-x | scp2/source/math/registryitem_math.scp | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp index e0e0c9508edd..6fc714342058 100755 --- a/scp2/source/math/registryitem_math.scp +++ b/scp2/source/math/registryitem_math.scp @@ -686,16 +686,6 @@ RegistryItem gid_Regitem_Software_Microsoft_Windows_Currentversion_Apppaths_Smat End // registering the property handler for the supported file types -RegistryItem gid_Regitem_Software_Microsoft_Windows_CurrentVersion_PropertySystem_PropertyHandlers_odf - ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; - Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.odf"; - ModuleID = gid_Module_Prg_Math_Bin; - Value = "{AE424E85-F6DF-4910-A6A9-438797986431}"; -End -RegistryItem gid_Regitem_Software_Microsoft_Windows_CurrentVersion_PropertySystem_PropertyHandlers_sxm - ParentID = PREDEFINED_HKEY_LOCAL_MACHINE; - Subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers\.sxm"; - ModuleID = gid_Module_Prg_Math_Bin; - Value = "{AE424E85-F6DF-4910-A6A9-438797986431}"; -End +REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( odf, gid_Module_Prg_Math_Bin ) +REGISTER_PROPERTY_HANDLER_FOR_EXTENSION( sxm, gid_Module_Prg_Math_Bin ) |