[Libreoffice-commits] .: scp2/source

Michael Meeks mmeeks at kemper.freedesktop.org
Tue Jan 11 07:17:35 PST 2011


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

New commits:
commit 1cc11ae2c5b1d3e208f0b26737317a391e0080e5
Author: Peter Jentsch <pjotr at guineapics.de>
Date:   Mon Jan 10 21:34:09 2011 +0100

    Add alternative implementation of flat xml filter w/o xslt.
    
    This filter implementation is directly based on
    XmlFilterAdaptor and simply dumps the SAX events
    provided by the XmlFilterAdaptor to an outputstream.
    It currently still lacks the advanced pretty printing
    available through split-long-lines.xsl in the xslt based
    flat xml filter.

diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index bf47c61..e30422e 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -1578,6 +1578,7 @@ STD_UNO_LIB_FILE( gid_File_Lib_Xsltdlg, xsltdlg )
 STD_UNO_LIB_FILE( gid_File_Lib_Xsltfilter, xsltfilter )
 STD_UNO_LIB_FILE( gid_File_Lib_Xmlfa, xmlfa )
 STD_UNO_LIB_FILE( gid_File_Lib_Xmlfd, xmlfd )
+STD_UNO_LIB_FILE( gid_File_Lib_Odfflatxml, odfflatxml )
 
 #ifdef SOLAR_JAVA
 UNO_JAR_FILE( gid_File_Jar_Xsltfilter, XSLTFilter )
diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp
index d5214eb..b73a5b5 100644
--- a/scp2/source/ooo/module_hidden_ooo.scp
+++ b/scp2/source/ooo/module_hidden_ooo.scp
@@ -277,6 +277,7 @@ Module gid_Module_Root_Files_4
 	gid_File_Lib_Xof,
 	gid_File_Lib_Xsltdlg,
 	gid_File_Lib_Xsltfilter,
+	gid_File_Lib_Odfflatxml,
 	gid_File_Lib_Zip,
 	gid_File_Lib_Vclplug_Gen,
 	gid_File_Lib_Vclplug_Gtk,


More information about the Libreoffice-commits mailing list