connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit b670e88bc1505ef33d71da745ff96dac400ecb0f Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Jan 19 17:37:50 2018 +0100 loplugin:emptyif (macOS) Change-Id: I0abd0ace30f172d0991be697e6f78edd50ddeaaa Reviewed-on: https://gerrit.libreoffice.org/48214 Reviewed-by: Stephan Bergmann <sberg...@redhat.com> Tested-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx b/connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx index cda96cdcbf4e..0c09f95211e0 100644 --- a/connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx +++ b/connectivity/source/drivers/macab/MacabDatabaseMetaData.cxx @@ -182,9 +182,6 @@ sal_Bool SAL_CALL MacabDatabaseMetaData::supportsNonNullableColumns( ) OUString SAL_CALL MacabDatabaseMetaData::getCatalogTerm( ) { - if (m_bUseCatalog) - { - } return OUString(); } @@ -206,9 +203,6 @@ sal_Bool SAL_CALL MacabDatabaseMetaData::supportsDifferentTableCorrelationNames( sal_Bool SAL_CALL MacabDatabaseMetaData::isCatalogAtStart( ) { - if (m_bUseCatalog) - { - } return false; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits