Kaydet (Commit) 427b50c0 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Use the new plain text type detection service for text/csv type.

Change-Id: I50d5cee6302e8d6b4b329e30b7a5ce47b47bc945
üst a0b640bd
<node oor:name="calc_Text_txt_csv_StarCalc" oor:op="replace" > <node oor:name="calc_Text_txt_csv_StarCalc" oor:op="replace" >
<prop oor:name="DetectService"><value>com.sun.star.comp.calc.FormatDetector</value></prop> <prop oor:name="DetectService"><value>com.sun.star.comp.filters.PlainTextFilterDetect</value></prop>
<prop oor:name="URLPattern"/> <prop oor:name="URLPattern"/>
<prop oor:name="Extensions"><value>csv txt</value></prop> <prop oor:name="Extensions"><value>csv txt</value></prop>
<prop oor:name="MediaType"><value>text/plain</value></prop> <prop oor:name="MediaType"><value>text/plain</value></prop>
......
...@@ -57,6 +57,7 @@ my_components = \ ...@@ -57,6 +57,7 @@ my_components = \
component/filter/source/placeware/placeware \ component/filter/source/placeware/placeware \
component/filter/source/svg/svgfilter \ component/filter/source/svg/svgfilter \
component/filter/source/t602/t602filter \ component/filter/source/t602/t602filter \
component/filter/source/textfilterdetect/textfd \
component/filter/source/xmlfilteradaptor/xmlfa \ component/filter/source/xmlfilteradaptor/xmlfa \
component/filter/source/xmlfilterdetect/xmlfd \ component/filter/source/xmlfilterdetect/xmlfd \
component/filter/source/xsltdialog/xsltdlg \ component/filter/source/xsltdialog/xsltdlg \
......
...@@ -1398,6 +1398,7 @@ STD_LIB_FILE( gid_File_Lib_Xsltdlg, xsltdlg ) ...@@ -1398,6 +1398,7 @@ STD_LIB_FILE( gid_File_Lib_Xsltdlg, xsltdlg )
STD_LIB_FILE( gid_File_Lib_Xsltfilter, xsltfilter ) STD_LIB_FILE( gid_File_Lib_Xsltfilter, xsltfilter )
STD_LIB_FILE( gid_File_Lib_Xmlfa, xmlfa ) STD_LIB_FILE( gid_File_Lib_Xmlfa, xmlfa )
STD_LIB_FILE( gid_File_Lib_Xmlfd, xmlfd ) STD_LIB_FILE( gid_File_Lib_Xmlfd, xmlfd )
STD_LIB_FILE( gid_File_Lib_Textfd, textfd )
STD_LIB_FILE( gid_File_Lib_Odfflatxml, odfflatxml ) STD_LIB_FILE( gid_File_Lib_Odfflatxml, odfflatxml )
#ifdef SOLAR_JAVA #ifdef SOLAR_JAVA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment