summaryrefslogtreecommitdiffstats
path: root/scp2/source/calc
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/calc
parentenable build with the system cppunit-1.12.0 (diff)
downloadcore-e238be67e83f17232c1783d78f68ed3571987533.tar.gz
core-e238be67e83f17232c1783d78f68ed3571987533.zip
win32-activex-disable.diff: add option to disable build of activex component
Diffstat (limited to 'scp2/source/calc')
-rw-r--r--scp2/source/calc/registryitem_calc.scp12
1 files changed, 12 insertions, 0 deletions
diff --git a/scp2/source/calc/registryitem_calc.scp b/scp2/source/calc/registryitem_calc.scp
index be92161c79ef..c76ae8b2168d 100644
--- a/scp2/source/calc/registryitem_calc.scp
+++ b/scp2/source/calc/registryitem_calc.scp
@@ -27,6 +27,8 @@
#include "macros.inc"
+#ifdef WITH_ACTIVEX_COMPONENT
+
// MSOLE embedded object in SO7 file format
RegistryItem gid_Regitem_Clsid__7b342dc4_139a_4a46_8a93_Db0827ccee9c_
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
@@ -265,6 +267,8 @@ RegistryItem gid_Regitem_Clsid__7fa8ae11_B3e3_4d88_Aabf_255526cd1ce8__Versionind
Value = "opendocument.CalcDocument.1";
End
+#endif // WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
@@ -272,6 +276,8 @@ RegistryItem gid_Regitem_Soffice_Starcalcdocument_6
REG_VALUE_LNG(SO60_SPREADSHEET)
End
+#ifdef WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
@@ -279,6 +285,8 @@ RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Clsid
Value = "{7B342DC4-139A-4a46-8A93-DB0827CCEE9C}";
End
+#endif // WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Soffice_Starcalcdocument_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
@@ -639,6 +647,8 @@ RegistryItem gid_Regitem_Openoffice_Calcdocument_1
REG_VALUE_LNG(OO_CALC)
End
+#ifdef WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;
@@ -646,6 +656,8 @@ RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Clsid
Value = "{7FA8AE11-B3E3-4D88-AABF-255526CD1CE8}";
End
+#endif // WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Openoffice_Calcdocument_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Calc_Bin;