[Libreoffice-commits] .: scp2/source
Thorsten Behrens
thorsten at kemper.freedesktop.org
Wed Dec 7 08:44:30 PST 2011
scp2/source/python/file_python.scp | 7 -------
scp2/source/python/module_python_mailmerge.scp | 10 ++--------
2 files changed, 2 insertions(+), 15 deletions(-)
New commits:
commit 13087fc6a1b024ae6d98810e31441dc60ecd7208
Author: Thorsten Behrens <tbehrens at suse.com>
Date: Wed Dec 7 17:43:22 2011 +0100
Python mailmerge stuff is now inside mailmerge.zip
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp
index ba83a9c..cdcd744 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 222e33f..3027e85 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
More information about the Libreoffice-commits
mailing list