summaryrefslogtreecommitdiff
path: root/scp2/source/math
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-10-07 15:43:06 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-10-07 15:43:06 +0200
commite238be67e83f17232c1783d78f68ed3571987533 (patch)
tree70c5c2653ed216c3ddac91c0a14fa91975af1d30 /scp2/source/math
parentae345f8826578cffdf62c6ea670a1bb0412011ff (diff)
win32-activex-disable.diff: add option to disable build of activex component
Diffstat (limited to 'scp2/source/math')
-rw-r--r--scp2/source/math/registryitem_math.scp12
1 files changed, 11 insertions, 1 deletions
diff --git a/scp2/source/math/registryitem_math.scp b/scp2/source/math/registryitem_math.scp
index b87e5b940356..b58e15e5265e 100644
--- a/scp2/source/math/registryitem_math.scp
+++ b/scp2/source/math/registryitem_math.scp
@@ -26,6 +26,8 @@
************************************************************************/
#include "macros.inc"
+#ifdef WITH_ACTIVEX_COMPONENT
+
// MSOLE embedded object in SO7 file format
RegistryItem gid_Regitem_Clsid__D0484de6_Aaee_468a_991f_8d4b0737b57a_
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
@@ -264,7 +266,7 @@ RegistryItem gid_Regitem_Clsid__D2d59cd1_0a6a_4d36_Ae20_47817077d57c__Versionind
Value = "opendocument.MathDocument.1";
End
-
+#endif // WITH_ACTIVEX_COMPONENT
RegistryItem gid_Regitem_Soffice_Starmathdocument_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
@@ -273,6 +275,8 @@ RegistryItem gid_Regitem_Soffice_Starmathdocument_6
REG_VALUE_LNG(SO60_FORMULA)
End
+#ifdef WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
@@ -280,6 +284,8 @@ RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Clsid
Value = "{D0484DE6-AAEE-468a-991F-8D4B0737B57A}";
End
+#endif // WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Soffice_Starmathdocument_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
@@ -523,6 +529,8 @@ RegistryItem gid_Regitem_Openoffice_Mathdocument_1
REG_VALUE_LNG(OO_FORMULA)
End
+#ifdef WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;
@@ -530,6 +538,8 @@ RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Clsid
Value = "{D2D59CD1-0A6A-4D36-AE20-47817077D57C}";
End
+#endif // WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Openoffice_Mathdocument_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Math_Bin;