diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-17 15:42:25 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-17 15:43:13 +0200 |
commit | 30155e08a0660b8574df3442fe7b9a8718708bf6 (patch) | |
tree | 610c54d82aa19424c0761563ab655871af217e91 /solenv | |
parent | 4cf0d8edaf1581c42949ad2cbb40183a2f657ddd (diff) |
Seems that canvasfactory is needed by some docx docs
Change-Id: Ic9347e2077f314bec5cc2ba5f123f468c91b612e
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 9b566c18d222..0e39c675be79 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -111,6 +111,7 @@ core_constructor_list = [ extended_core_factory_list = core_factory_list + [ ("libanimcorelo.a", "animcore_component_getFactory"), ("libavmedialo.a", "avmedia_component_getFactory"), + ("libcanvasfactorylo.a", "canvasfactory_component_getFactory"), ("libchartcorelo.a", "chartcore_component_getFactory"), ("libcuilo.a", "cui_component_getFactory"), ("libembobj.a", "embobj_component_getFactory"), |