summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-17 15:49:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-17 15:49:26 +0000
commit89b2159d2f6c2b7efa99b81f3aa4a9ab21d561d7 (patch)
treec63b7b26426162e04beac2eaf441282f38b3437e /solenv
parent4ec87ca784056a48b0c668d4bcde3167ecdc902b (diff)
dba_ORowSet needs HAVE_FEATURE_DBCONNECTIVITY
Change-Id: I35c2121069c2bcf72f6a4db66ea0703b17f96a50
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index e2c7b69e7f8e..9668c6700c16 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",