summaryrefslogtreecommitdiffstats
path: root/scp2/source/draw
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/draw
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/draw')
-rw-r--r--scp2/source/draw/registryitem_draw.scp12
1 files changed, 11 insertions, 1 deletions
diff --git a/scp2/source/draw/registryitem_draw.scp b/scp2/source/draw/registryitem_draw.scp
index a298eb64f388..5d7e0d99edfc 100644
--- a/scp2/source/draw/registryitem_draw.scp
+++ b/scp2/source/draw/registryitem_draw.scp
@@ -27,6 +27,8 @@
#include "macros.inc"
+#ifdef WITH_ACTIVEX_COMPONENT
+
// MSOLE embedded object in SO7 file format
RegistryItem gid_Regitem_Clsid__41662fc2_0d57_4aff_Ab27_Ad2e12e7c273_
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
@@ -265,7 +267,7 @@ RegistryItem gid_Regitem_Clsid__448bb771_Cfe2_47c4_Bcdf_1fbf378e202c__Versionind
Value = "opendocument.DrawDocument.1";
End
-
+#endif // WITH_ACTIVEX_COMPONENT
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
@@ -274,6 +276,8 @@ RegistryItem gid_Regitem_Soffice_Stardrawdocument_6
REG_VALUE_LNG(SO60_DRAWING)
End
+#ifdef WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
@@ -281,6 +285,8 @@ RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Clsid
Value = "{41662FC2-0D57-4aff-AB27-AD2E12E7C273}";
End
+#endif // WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Soffice_Stardrawdocument_6_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
@@ -639,6 +645,8 @@ RegistryItem gid_Regitem_Openoffice_Drawdocument_1
REG_VALUE_LNG(OO_DRAW)
End
+#ifdef WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Clsid
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;
@@ -646,6 +654,8 @@ RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Clsid
Value = "{448BB771-CFE2-47C4-BCDF-1FBF378E202C}";
End
+#endif // WITH_ACTIVEX_COMPONENT
+
RegistryItem gid_Regitem_Openoffice_Drawdocument_1_Defaulticon
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ModuleID = gid_Module_Prg_Draw_Bin;