[Libreoffice-commits] .: scp2/source

Michael Meeks mmeeks at kemper.freedesktop.org
Fri Oct 8 11:27:12 PDT 2010


 scp2/source/ooo/file_library_ooo.scp |    2 ++
 scp2/source/writer/module_writer.scp |    1 +
 2 files changed, 3 insertions(+)

New commits:
commit fd77f96b36ddc71f4df5dc26cdd562ddf23bee48
Author: Fong Lin <pflin at novell.com>
Date:   Fri Oct 8 16:58:10 2010 +0100

    Port of Lotus Word Pro filter, by Fong Lin and Noel Power

diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index b653791..2e981e9 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -978,6 +978,8 @@ STD_UNO_LIB_FILE(gid_File_Lib_Msworks,msworks)
 
 STD_UNO_LIB_FILE(gid_File_Lib_T602Filter,t602filter)
 
+STD_UNO_LIB_FILE(gid_File_Lib_Wlwp,lwpft)
+
 STD_UNO_LIB_FILE(gid_File_Lib_Writerfilter,writerfilter)
 
 #ifdef WNT
diff --git a/scp2/source/writer/module_writer.scp b/scp2/source/writer/module_writer.scp
index fc9d52a..f6fdb65 100644
--- a/scp2/source/writer/module_writer.scp
+++ b/scp2/source/writer/module_writer.scp
@@ -51,6 +51,7 @@ Module gid_Module_Prg_Wrt_Bin
     gid_File_Lib_Wpft,
     gid_File_Lib_Msworks,
     gid_File_Lib_T602Filter,
+    gid_File_Lib_Wlwp,
     gid_File_Share_Config_Sofficecfg_Writer_Menubar_Xml,
     gid_File_Share_Config_Sofficecfg_Writerweb_Menubar_Xml,
     gid_File_Share_Config_Sofficecfg_Writerglobal_Menubar_Xml,


More information about the Libreoffice-commits mailing list