[Libreoffice-commits] core.git: solenv/bin
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 8 16:32:20 UTC 2020
solenv/bin/native-code.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9b6fb8bf3d8e622bd2d013744a591ff32287d3de
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Thu Oct 8 17:00:23 2020 +0200
Commit: Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Thu Oct 8 18:31:39 2020 +0200
add GraphicMapper to native-code.py
Change-Id: I9622d80f4b7a8bdd7ce235bd01e7893ff821a565
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104094
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 7bf89d9dda22..e3735ac2e667 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -338,6 +338,7 @@ core_constructor_list = [
"com_sun_star_comp_embed_HatchWindowFactory_get_implementation",
# vcl/vcl.android.component
"com_sun_star_graphic_GraphicObject_get_implementation",
+ "com_sun_star_comp_graphic_GraphicMapper_get_implementation",
"com_sun_star_comp_graphic_GraphicProvider_get_implementation",
"com_sun_star_frame_VCLSessionManagerClient_get_implementation",
"vcl_FontIdentificator_get_implementation",
More information about the Libreoffice-commits
mailing list