diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-13 15:05:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-13 18:32:46 +0200 |
commit | 0544ea4ef08272543856d69927d0d666f61679b3 (patch) | |
tree | 08f3911b773039da00a5f2101a001e0a16accb74 /solenv | |
parent | 1fdd4a27735cc5b9ed35153437e1d5b00c21c2b3 (diff) |
ucb/tdoc: create instances with uno constructors
See tdf#74608 for motivation.
Change-Id: I669e3b35dd692b974c040b5d076d18f710d5cc28
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98663
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index b28e05c408d7..63cd7413942a 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -37,7 +37,6 @@ core_factory_list = [ ("libucpexpand1lo.a", "ucpexpand1_component_getFactory", "#ifdef ANDROID"), ("libucpfile1.a", "ucpfile_component_getFactory"), ("libucphier1.a", "ucphier1_component_getFactory"), - ("libucptdoc1lo.a", "ucptdoc1_component_getFactory"), ("libxstor.a", "xstor_component_getFactory"), ("libodfflatxmllo.a", "odfflatxml_component_getFactory"), ("libvcllo.a", "vcl_component_getFactory"), @@ -317,6 +316,9 @@ core_constructor_list = [ "stardiv_Toolkit_VCLXPointer_get_implementation", "stardiv_Toolkit_VCLXPopupMenu_get_implementation", "stardiv_Toolkit_VCLXToolkit_get_implementation", +# ucb/source/tdoc/ucptdoc1.component + "ucb_tdoc_ContentProvider_get_implementation", + "ucb_tdoc_DocumentContentFactory_get_implementation", # unotools/util/utl.component "unotools_ServiceDocument_get_implementation", "unotools_OTempFileService_get_implementation", |