diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-22 12:48:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-22 13:11:35 +0100 |
commit | deb9dd0648abe81cb8c9b0696c71ebd823c0a549 (patch) | |
tree | c10044fe81f24e9f542d5d79aa453994fc3a6993 /sw/Library_sw.mk | |
parent | e8204fe4cb382176bd9a803f4e7a21e5f69ce2db (diff) |
remove original and unused word for windows 1 filter
move fltshell.cxx into basflt and fire up the chainsaw for the rest
This filter has never, as far as I know, had a route to actually execute it
since day 0 of OpenOffice.org.
Change-Id: I35a92e2dee60bdc5d2d4e7181074bc4a3635b54c
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index acf947acc6ed..4bdae0b4b872 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -497,6 +497,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/filter/ascii/wrtasc \ sw/source/filter/basflt/docfact \ sw/source/filter/basflt/fltini \ + sw/source/filter/basflt/fltshell \ sw/source/filter/basflt/iodetect \ sw/source/filter/basflt/shellio \ sw/source/filter/html/SwAppletImpl \ @@ -531,11 +532,6 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/filter/writer/writer \ sw/source/filter/writer/wrt_fn \ sw/source/filter/writer/wrtswtbl \ - sw/source/filter/ww1/fltshell \ - sw/source/filter/ww1/w1class \ - sw/source/filter/ww1/w1filter \ - sw/source/filter/ww1/w1par \ - sw/source/filter/ww1/w1sprm \ sw/source/filter/xml/XMLRedlineImportHelper \ sw/source/filter/xml/swxml \ sw/source/filter/xml/wrtxml \ |