summaryrefslogtreecommitdiff
path: root/scp2/source/extensions/module_extensions.scp
diff options
context:
space:
mode:
authorKalman Szalai - KAMI <kami911@gmail.com>2010-10-30 19:57:14 +0200
committerKalman Szalai - KAMI <kami911@gmail.com>2010-10-30 19:57:14 +0200
commit87ec34b20ec01d1ae6724605ec4ab96681802cab (patch)
tree27f7ccf9315b4e553410b3e775ed8cb730fb9ace /scp2/source/extensions/module_extensions.scp
parentf974a612eb72e7a5e799cacb447cafcea00fe4be (diff)
Adding Diagram extension
Diagram is an OpenOffice.org Draw and Impress extension that creates your favorite diagrams with few clicks. http://wiki.services.openoffice.org/wiki/Diagram_Extension
Diffstat (limited to 'scp2/source/extensions/module_extensions.scp')
-rw-r--r--scp2/source/extensions/module_extensions.scp21
1 files changed, 19 insertions, 2 deletions
diff --git a/scp2/source/extensions/module_extensions.scp b/scp2/source/extensions/module_extensions.scp
index 557ad3d1d939..d8b68f5d7d84 100644
--- a/scp2/source/extensions/module_extensions.scp
+++ b/scp2/source/extensions/module_extensions.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: module_accessories.scp,v $
*
- * $Revision: 1.0 $
+ * $Revision: 1.1 $
*
- * last change: $Author: KAMI $ $Date: 2006/02/18 14:50:39 $
+ * last change: $Author: KAMI $ $Date: 2010/10/30 19:40:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 3.
@@ -228,6 +228,23 @@ End
#endif
#endif
+/* ** Diagram ** */
+
+#ifdef WITH_EXTENSION_DIAGRAM
+#ifdef WITH_EXTENSION_INTEGRATION
+Module gid_Module_Optional_Extensions_Diagram
+ PackageInfo = "packinfo_extensions.txt";
+ MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_DIAGRAM);
+ ParentID = gid_Module_Optional_Extensions;
+ Files = (
+ gid_File_Oxt_Diagram );
+ Minimal = NO;
+ Default = YES;
+ Styles = ( );
+End
+#endif
+#endif
+
/* ** Google Docs ** */
#ifdef WITH_EXTENSION_GOOGLE_DOCS