[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-7-1+backports' - solenv/bin
Michael Weghorn (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 7 09:48:12 UTC 2021
solenv/bin/native-code.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 34cb883d525e2f6f18d6c68f97dfdb2c8e214e33
Author: Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Wed Apr 7 10:02:01 2021 +0200
Commit: Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Wed Apr 7 11:43:29 2021 +0200
tdf#141531 liblo-native-code: Add ODatabaseContext_get_implementation
Add 'com_sun_star_comp_dba_ODatabaseContext_get_implementation' to
liblo-native-code, needed to open mail merge files
with data source since
commit e64dc07ca8300a997d6d3eebfc3e198ae55d290d
Date: Mon Mar 29 11:52:05 2021 +0300
tdf#139906 Show warning message when data source is not avaible.
Change-Id: I6fdd500f9c3b9cc54310e78df694eba7103ff0b8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113717
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>
(cherry picked from commit d3c5087b1f3edaf40fdd62311a3e9895a1fb7916)
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 13a7e720be08..f4e0276a10b4 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -114,6 +114,7 @@ core_constructor_list = [
"com_sun_star_comp_dba_DataAccessDescriptorFactory",
"com_sun_star_comp_dba_OCommandDefinition",
"com_sun_star_comp_dba_OComponentDefinition",
+ "com_sun_star_comp_dba_ODatabaseContext_get_implementation",
"com_sun_star_comp_dba_ODatabaseDocument",
"com_sun_star_comp_dba_ODatabaseSource",
"com_sun_star_comp_dba_ORowSet_get_implementation",
More information about the Libreoffice-commits
mailing list