summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock@collabora.com>2015-02-18 21:04:24 +1100
committerChris Sherlock <chris.sherlock@collabora.com>2015-02-18 21:05:31 +1100
commita2b197ff1f7676c2314a312fa8f40c6bf8871c7c (patch)
tree83f21cc67048f214cbbb5284fa56d6a31a00a8b8 /solenv
parentPackage 64bit dist runtime DLLs in 64bit msi (diff)
downloadcore-a2b197ff1f7676c2314a312fa8f40c6bf8871c7c.tar.gz
core-a2b197ff1f7676c2314a312fa8f40c6bf8871c7c.zip
filter: use constructor for filter module
Change-Id: I466fe67d7f7144a50bdf15f42f1d7f8dfb107418
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 929eafba4f92..e26533388e8b 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -211,10 +211,11 @@ 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 = {