summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2020-07-21 17:02:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-22 17:48:12 +0200
commit7405145605923123a09738829ead507fe6078e0c (patch)
treeb85add1a367166cb53bcb90d08e7d0327e9e6f2f /solenv
parent950d7d4d51e68cfae3a5d0d23a3d39e84e548357 (diff)
embeddedobj/msole: create instances with uno constructors
See tdf#74608 for motivation. Change-Id: I11ad7cf96d65332e418f1854803d62a30bacc7e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99163 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 6007ca156aa6..594aea78b724 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -536,7 +536,6 @@ calc_constructor_list = [
draw_factory_list = [
("libsdlo.a", "sd_component_getFactory"),
- ("libemboleobj.a", "emboleobj_component_getFactory"),
]
draw_constructor_list = [
@@ -563,6 +562,8 @@ draw_constructor_list = [
"com_sun_star_comp_deployment_help_PackageRegistryBackend_get_implementation",
"com_sun_star_comp_deployment_script_PackageRegistryBackend_get_implementation",
"com_sun_star_comp_deployment_sfwk_PackageRegistryBackend_get_implementation",
+# embedded/source/msole/emboleobj.windows.component
+ "embeddedobj_OleEmbeddedObjectFactory_get_implementation",
# filter/source/svg/svgfilter.component
"filter_SVGFilter_get_implementation",
"filter_SVGWriter_get_implementation",