diff options
author | Chris Sherlock <chris.sherlock@collabora.com> | 2015-02-18 21:09:51 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock@collabora.com> | 2015-02-18 21:09:51 +1100 |
commit | 93a63e07119d63cfb73a970db67c7d73d4b82d9a (patch) | |
tree | 9943f4ac8dfce1d720d90bc8af69b90c97aa75f0 /solenv | |
parent | a2b197ff1f7676c2314a312fa8f40c6bf8871c7c (diff) |
Revert "filter: use constructor for filter module"
This reverts commit a2b197ff1f7676c2314a312fa8f40c6bf8871c7c.
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index e26533388e8b..929eafba4f92 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -211,11 +211,10 @@ writer_factory_list = [ ("libswdlo.a", "swd_component_getFactory"), ("libswlo.a", "sw_component_getFactory"), ("libwriterfilterlo.a", "writerfilter_component_getFactory"), + ("libtextfdlo.a", "textfd_component_getFactory"), ] writer_constructor_list = [ -# filter/source/textfilterdetect/textfd.component - "com_sun_star_comp_filters_PlainTextFilterDetect_get_implementation" ] factory_map = { |