summaryrefslogtreecommitdiff
path: root/scp2/source/math
diff options
context:
space:
mode:
authorDirk Voelzke <dv@openoffice.org>2010-01-25 07:08:21 +0100
committerDirk Voelzke <dv@openoffice.org>2010-01-25 07:08:21 +0100
commit99b240d2f7255abd15a449c5d1bd117034110ed2 (patch)
treeb74d245801625d69d433c2185bc4421d840d903c /scp2/source/math
parent9f132f93858564c899189657a79ddd4528226ca8 (diff)
dv17: #i70994#: Proprty handler should work with 64bit, too
Diffstat (limited to 'scp2/source/math')
-rwxr-xr-xscp2/source/math/registryitem_math.scp14
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 )