summaryrefslogtreecommitdiffstats
path: root/connectivity/Library_calc.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-07-19 15:25:04 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-07-19 19:51:47 +0200
commit196ee66d4aab62678a8cfb762379909bdda16051 (patch)
treeff603c22fe107c4344eeb7346486a79a6887550d /connectivity/Library_calc.mk
parentconnectivity: merge OCalcStatement and OWriterStatement (diff)
downloadcore-196ee66d4aab62678a8cfb762379909bdda16051.tar.gz
core-196ee66d4aab62678a8cfb762379909bdda16051.zip
connectivity: merge OCalcPreparedStatement and OWriterPreparedStatement
Into a single OComponentPreparedStatement, as both of them just provide prepared statement functionality based on a file loaded into an LO component, so they can share code. Change-Id: Ib1074871d63de83f16861081050e57442ebf0ffa Reviewed-on: https://gerrit.libreoffice.org/40182 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 5a3a206b12b7..30e16d29a3d2 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/CPreparedStatement \
connectivity/source/drivers/calc/CDatabaseMetaData \
connectivity/source/drivers/calc/CCatalog \
connectivity/source/drivers/calc/CColumns \