[Libreoffice-commits] core.git: solenv/bin
Michael Weghorn (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 7 09:42:58 UTC 2021
solenv/bin/native-code.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d3c5087b1f3edaf40fdd62311a3e9895a1fb7916
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:42:13 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>
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 6c46c1b6a6b9..b15e6f27189b 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