summaryrefslogtreecommitdiff
path: root/scp2/source/python
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 09:09:36 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 09:09:36 +0000
commit968554782ecc105d91d2a9bb1b91735f7bfa2acf (patch)
treef8264409fc20f839eafc9d30f68d545a4888eb27 /scp2/source/python
parent6b682b1975fd5f2a6cf6721a8dd02e449eb8b1a0 (diff)
INTEGRATION: CWS native100 (1.3.542); FILE MERGED
2007/08/23 14:49:58 is 1.3.542.1: #i80937# introducing module order
Diffstat (limited to 'scp2/source/python')
-rw-r--r--scp2/source/python/module_python_mailmerge.scp5
1 files changed, 3 insertions, 2 deletions
diff --git a/scp2/source/python/module_python_mailmerge.scp b/scp2/source/python/module_python_mailmerge.scp
index c6ad4057d98c..cc541ecdc64d 100644
--- a/scp2/source/python/module_python_mailmerge.scp
+++ b/scp2/source/python/module_python_mailmerge.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: module_python_mailmerge.scp,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2006-03-08 14:15:51 $
+ * last change: $Author: kz $ $Date: 2007-09-06 10:09:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,6 +36,7 @@
#include "macros.inc"
Module gid_Module_Optional_Pymailmerge
+ PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC ( MODULE_OPTIONAL_PYTHON_MAILMERGE );
ParentID = gid_Module_Optional_Pyuno;
Files = (gid_File_Pymailmerge, gid_File_Registry_Spool_Oo_Office_Writer_PyMailMerge_Xcu);