Kaydet (Commit) b670e88b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:emptyif (macOS)

Change-Id: I0abd0ace30f172d0991be697e6f78edd50ddeaaa
Reviewed-on: https://gerrit.libreoffice.org/48214Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 09dc5c51
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment