From 13087fc6a1b024ae6d98810e31441dc60ecd7208 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Wed, 7 Dec 2011 17:43:22 +0100 Subject: Python mailmerge stuff is now inside mailmerge.zip --- scp2/source/python/file_python.scp | 7 ------- scp2/source/python/module_python_mailmerge.scp | 10 ++-------- 2 files changed, 2 insertions(+), 15 deletions(-) (limited to 'scp2') 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 -- cgit