solenv/bin/native-code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 89b2159d2f6c2b7efa99b81f3aa4a9ab21d561d7 Author: Caolán McNamara <[email protected]> Date: Sat Dec 17 15:49:26 2016 +0000 dba_ORowSet needs HAVE_FEATURE_DBCONNECTIVITY Change-Id: I35c2121069c2bcf72f6a4db66ea0703b17f96a50 diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index e2c7b69..9668c67 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -110,7 +110,7 @@ core_constructor_list = [ "com_sun_star_comp_SequenceInputStreamService", "com_sun_star_comp_SequenceOutputStreamService", # dbaccess/util/dba.component - "com_sun_star_comp_dba_ORowSet_get_implementation", + ("com_sun_star_comp_dba_ORowSet_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY"), # forms/util/frm.component "com_sun_star_comp_forms_FormOperations_get_implementation", "com_sun_star_comp_forms_ODatabaseForm_get_implementation",
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
