From 4b7bdef4b1d1e4ff45a8816c038df38ce7995b3d Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Mon, 28 Apr 2014 18:31:24 +0300 Subject: sw: iodetect is not a part of the type detector anymore and remove now unused IsFileFilter method. Change-Id: I6b4559fdf6442b6baa869b2949142f8fc8c52f30 Reviewed-on: https://gerrit.libreoffice.org/9223 Reviewed-by: Maxim Monastirsky Tested-by: Maxim Monastirsky --- sw/Library_swd.mk | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sw/Library_swd.mk') diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk index cb92fe3a8c31..8657cf17704f 100644 --- a/sw/Library_swd.mk +++ b/sw/Library_swd.mk @@ -23,19 +23,12 @@ $(eval $(call gb_Library_set_componentfile,swd,sw/util/swd)) $(eval $(call gb_Library_set_include,swd,\ $$(INCLUDE) \ - -I$(SRCDIR)/sw/inc \ - -I$(SRCDIR)/sw/source/core/inc \ - -I$(SRCDIR)/sw/source/filter/inc \ )) $(eval $(call gb_Library_use_external,swd,boost_headers)) $(eval $(call gb_Library_use_sdk_api,swd)) -$(eval $(call gb_Library_add_defs,swd,\ - -DSWD_DLLIMPLEMENTATION \ -)) - $(eval $(call gb_Library_use_libraries,swd,\ comphelper \ cppu \ @@ -43,14 +36,12 @@ $(eval $(call gb_Library_use_libraries,swd,\ sal \ sfx \ sot \ - svt \ tl \ utl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,swd,\ - sw/source/filter/basflt/iodetect \ sw/source/ui/uno/detreg \ sw/source/ui/uno/swdetect \ )) -- cgit