diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 12:37:16 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-03-18 12:37:16 +0000 |
commit | f4c4bef094203268b636f7a0a0500c68e3dbd3ba (patch) | |
tree | 96ab26b159e248b7f5382a8d6a7ecfa8b6b7512f /scp2/source/python | |
parent | 38017045323698a262304241f938a85b833d1e00 (diff) |
INTEGRATION: CWS sb83 (1.16.644); FILE MERGED
2007/12/10 14:48:11 sb 1.16.644.1: #152274# Include PyUno in StarOffice.
Diffstat (limited to 'scp2/source/python')
-rw-r--r-- | scp2/source/python/file_python.scp | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 1ed5e80203a6..faa92a0416e7 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -4,9 +4,9 @@ * * $RCSfile: file_python.scp,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2006-03-22 10:56:59 $ + * last change: $Author: vg $ $Date: 2008-03-18 13:37:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,21 +104,6 @@ End #endif #endif -File gid_File_Pymailmerge - TXT_FILE_BODY; - Dir = gid_Dir_Program; - Name = "mailmerge.py"; - RegistryID = gid_Starregistry_Services_Rdb; - Styles = (PACKED,UNO_COMPONENT); -End - -File gid_File_Registry_Spool_Oo_Office_Writer_PyMailMerge_Xcu - TXT_FILE_BODY; - Dir = gid_Dir_Share_Registry_Modules_Oo_Office_Writer; - Name = "/registry/spool/org/openoffice/Office/Writer-javamail.xcu"; - Styles = (PACKED,SCPZIP_REPLACE); -End - // substitute for the python Windows basic scripts #ifdef WNT |