summaryrefslogtreecommitdiff
path: root/connectivity/Library_calc.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-07-19 14:16:05 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-07-19 19:49:20 +0200
commite473d49acc127ece76eb31cb3610e3950f35d9d9 (patch)
tree8d77bc8b9a8fcf6fc64a504efa96b4214d24df78 /connectivity/Library_calc.mk
parent5f2bcde100c278315609c221c48ff03aacdf9bdc (diff)
connectivity: merge OCalcResultSet and OWriterResultSet
Into a single OComponentResultSet, as both of them just provide data source functionality based on a file loaded into an LO component, so they can share code. Change-Id: I19352e592a45d7a58d834e72645dec72d77ce7c9 Reviewed-on: https://gerrit.libreoffice.org/40180 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'connectivity/Library_calc.mk')
-rw-r--r--connectivity/Library_calc.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/Library_calc.mk b/connectivity/Library_calc.mk
index 440306b563ca..441f0305de9e 100644
--- a/connectivity/Library_calc.mk
+++ b/connectivity/Library_calc.mk
@@ -39,7 +39,6 @@ $(eval $(call gb_Library_use_libraries,calc,\
))
$(eval $(call gb_Library_add_exception_objects,calc,\
- connectivity/source/drivers/calc/CResultSet \
connectivity/source/drivers/calc/CStatement \
connectivity/source/drivers/calc/CPreparedStatement \
connectivity/source/drivers/calc/CDatabaseMetaData \