diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-13 11:17:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-13 11:22:40 +0300 |
commit | 347926e8e57c1825261daa46c1886aa2ebf9571b (patch) | |
tree | 560ea52e6facd41c438f43ba377e09feec7641c5 /solenv | |
parent | a498fb83318308427414103c158e186c6b20ff73 (diff) |
We seem to need the tdoc UCP for saving
Change-Id: I2d721c62a0fd7497f90a0613b4383949220795de
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 24cdde336e0c..f67d03077204 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -41,6 +41,7 @@ core_factory_list = [ ("libucb1.a", "ucb_component_getFactory"), ("libucpfile1.a", "ucpfile_component_getFactory"), ("libucphier1.a", "ucphier1_component_getFactory"), + ("libucptdoc1lo.a", "ucptdoc1_component_getFactory"), ("libunordflo.a", "unordf_component_getFactory"), ("libunoxmllo.a", "unoxml_component_getFactory"), ("libutllo.a", "utl_component_getFactory"), |