From d5890e87ab5e298e9a74ed0d552b01a98e59b1fa Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Sat, 1 Mar 2014 20:03:41 +0200 Subject: Merge HTML detection to text detection service Setting the filter name explicitly is not really required, because TypeDetection::impl_checkResultsAndAddBestFilter is able to select the correct filter anyway. But it seems that other detection services also do it, so I followed that way. Change-Id: I6e73fa79c6867d82f98d63e8d2b7865446f088ef Reviewed-on: https://gerrit.libreoffice.org/8213 Reviewed-by: Kohei Yoshida Tested-by: Kohei Yoshida --- postprocess/Rdb_services.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'postprocess/Rdb_services.mk') diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index 1f9ca5b55a03..48d4c07baeaa 100755 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -29,7 +29,6 @@ $(eval $(call gb_Rdb_add_components,services,\ filter/source/config/cache/filterconfig1 \ filter/source/flash/flash \ filter/source/graphic/graphicfilter \ - filter/source/htmlfilterdetect/htmlfd \ filter/source/msfilter/msfilter \ filter/source/odfflatxml/odfflatxml \ filter/source/pdf/pdffilter \ -- cgit