diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-08 18:10:34 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-01-16 10:24:53 +0100 |
commit | 881c3dfaef958476c353b44ed5e9fbf123a94512 (patch) | |
tree | fbfe9113fca1d1d13f9653747d45105e6e7e4e30 /solenv | |
parent | 67bb39e3809ef4921eca427adcba2e05d3d2a2c3 (diff) |
svt: Use constructor feature for OAddressBookSourceDialogUno.
Change-Id: Ie046b43f40bd704090bbca4d14ea5321ff7639d9
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index b90e0e2955be..aa400c541183 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -36,7 +36,6 @@ core_factory_list = [ ("libsfxlo.a", "sfx_component_getFactory"), ("libsotlo.a", "sot_component_getFactory"), ("libspelllo.a", "spell_component_getFactory"), - ("libsvtlo.a", "svt_component_getFactory"), ("libtklo.a", "tk_component_getFactory"), ("libucb1.a", "ucb_component_getFactory"), ("libucpfile1.a", "ucpfile_component_getFactory"), |