summaryrefslogtreecommitdiff
path: root/scp2/source/impress/registryitem_impress.scp
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/impress/registryitem_impress.scp
parentae345f8826578cffdf62c6ea670a1bb0412011ff (diff)
win32-activex-disable.diff: add option to disable build of activex component
Diffstat (limited to 'scp2/source/impress/registryitem_impress.scp')
-rw-r--r--scp2/source/impress/registryitem_impress.scp12
1 files changed, 11 insertions, 1 deletions
diff --git a/scp2/source/impress/registryitem_impress.scp b/scp2/source/impress/registryitem_impress.scp
index 1f07ec9c1e31..0885d81d7c31 100644
--- a/scp2/source/impress/registryitem_impress.scp
+++ b/scp2/source/impress/registryitem_impress.scp
@@ -27,6 +27,8 @@
#include "macros.inc"
+#ifdef WITH_ACTIVEX_COMPONENT
+
// MSOLE embedded object in SO7 file format
RegistryItem gid_Regitem_Clsid__E5a0b632_Dfba_4549_9346_E414da06e6f8_
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
@@ -265,7 +267,7 @@ RegistryItem gid_Regitem_Clsid__Ee5d1ea4_D445_4289_B2fc_55fc93693917__Versionind
Value = "opendocument.ImpressDocument.1";
End
-
+#endif // WITH_ACTIVEX_COMPONENT
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
@@ -274,6 +276,8 @@ RegistryItem gid_Regitem_Soffice_Starimpressdocument_6
REG_VALUE_LNG(SO60_PRESENT)
End
+#ifdef WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
@@ -281,6 +285,8 @@ RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Clsid
Value = "{E5A0B632-DFBA-4549-9346-E414DA06E6F8}";
End
+#endif // WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Soffice_Starimpressdocument_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
@@ -654,6 +660,8 @@ RegistryItem gid_Regitem_Openoffice_Impressdocument_1
REG_VALUE_LNG(OO_PRESENT)
End
+#ifdef WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;
@@ -661,6 +669,8 @@ RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Clsid
Value = "{EE5D1EA4-D445-4289-B2FC-55FC93693917}";
End
+#endif // WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Openoffice_Impressdocument_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Impress_Bin;