From 629cdd66b5552a0159f8b06a563b1505eded01cd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 11 Jul 2020 19:55:57 +0200 Subject: filter/xmlfilterdetect: create instances with uno constructors See tdf#74608 for motivation. Change-Id: Ie16b3a2a11c4b5fee579c05d041d287d753ab2a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98567 Tested-by: Jenkins Reviewed-by: Noel Grandin --- filter/Library_xmlfd.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'filter/Library_xmlfd.mk') diff --git a/filter/Library_xmlfd.mk b/filter/Library_xmlfd.mk index c95dcc692ec9..8ec02c3c0ff7 100644 --- a/filter/Library_xmlfd.mk +++ b/filter/Library_xmlfd.mk @@ -36,7 +36,6 @@ $(eval $(call gb_Library_use_libraries,xmlfd,\ )) $(eval $(call gb_Library_add_exception_objects,xmlfd,\ - filter/source/xmlfilterdetect/fdcomp \ filter/source/xmlfilterdetect/filterdetect \ )) -- cgit