diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2011-12-07 17:43:22 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2011-12-07 17:43:42 +0100 |
commit | 13087fc6a1b024ae6d98810e31441dc60ecd7208 (patch) | |
tree | 14d12bdf5b7f331fcca175ed9d3b777076ab87e9 /scp2 | |
parent | cabf25372cf98869616c3d583eb99fa5f5eb3a8f (diff) |
Python mailmerge stuff is now inside mailmerge.zip
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/python/file_python.scp | 7 | ||||
-rw-r--r-- | scp2/source/python/module_python_mailmerge.scp | 10 |
2 files changed, 2 insertions, 15 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index ba83a9c9f144..cdcd74454238 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -58,13 +58,6 @@ File gid_File_Py_Unohelper Styles = (PACKED); End -File gid_File_Py_Officehelper - TXT_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Name = "officehelper.py"; - Styles = (PACKED); -End - File gid_File_Py_Uno TXT_FILE_BODY; Dir = gid_Brand_Dir_Program; diff --git a/scp2/source/python/module_python_mailmerge.scp b/scp2/source/python/module_python_mailmerge.scp index 222e33f83812..3027e85693e7 100644 --- a/scp2/source/python/module_python_mailmerge.scp +++ b/scp2/source/python/module_python_mailmerge.scp @@ -32,14 +32,8 @@ File gid_File_Pymailmerge TXT_FILE_BODY; Dir = gid_Brand_Dir_Program; - Name = "mailmerge.py"; - Styles = (PACKED); -End -File gid_File_Pymailmerge_msgbox - TXT_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Name = "msgbox.py"; - Styles = (PACKED); + name = "mailmerge.zip"; + Styles = (ARCHIVE); End #endif #endif |