From 427b50c05f18de474dd5b88b705951240335beac Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 24 May 2012 23:14:02 -0400 Subject: Use the new plain text type detection service for text/csv type. Change-Id: I50d5cee6302e8d6b4b329e30b7a5ce47b47bc945 --- filter/source/config/fragments/types/calc_Text_txt_csv_StarCalc.xcu | 2 +- postprocess/packcomponents/makefile.mk | 1 + scp2/source/ooo/file_library_ooo.scp | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/filter/source/config/fragments/types/calc_Text_txt_csv_StarCalc.xcu b/filter/source/config/fragments/types/calc_Text_txt_csv_StarCalc.xcu index 708717263917..0d51558f6897 100644 --- a/filter/source/config/fragments/types/calc_Text_txt_csv_StarCalc.xcu +++ b/filter/source/config/fragments/types/calc_Text_txt_csv_StarCalc.xcu @@ -1,5 +1,5 @@ - com.sun.star.comp.calc.FormatDetector + com.sun.star.comp.filters.PlainTextFilterDetect csv txt text/plain diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index f4be7f27ce58..3ee661251520 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -57,6 +57,7 @@ my_components = \ component/filter/source/placeware/placeware \ component/filter/source/svg/svgfilter \ component/filter/source/t602/t602filter \ + component/filter/source/textfilterdetect/textfd \ component/filter/source/xmlfilteradaptor/xmlfa \ component/filter/source/xmlfilterdetect/xmlfd \ component/filter/source/xsltdialog/xsltdlg \ diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index f229e8437558..0b4a78e1dfde 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -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_Xmlfa, xmlfa ) STD_LIB_FILE( gid_File_Lib_Xmlfd, xmlfd ) +STD_LIB_FILE( gid_File_Lib_Textfd, textfd ) STD_LIB_FILE( gid_File_Lib_Odfflatxml, odfflatxml ) #ifdef SOLAR_JAVA -- cgit