loplugin:redundantcast

Change-Id: Id887e25f626917d4775f0df92935ecbf08b0455d
diff --git a/connectivity/source/drivers/macab/MacabStatement.cxx b/connectivity/source/drivers/macab/MacabStatement.cxx
index a822e09..e82a43e 100644
--- a/connectivity/source/drivers/macab/MacabStatement.cxx
+++ b/connectivity/source/drivers/macab/MacabStatement.cxx
@@ -530,7 +530,7 @@ void SAL_CALL MacabCommonStatement::clearWarnings(  ) throw(SQLException, Runtim

::cppu::IPropertyArrayHelper & MacabCommonStatement::getInfoHelper()
{
    return *const_cast<MacabCommonStatement*>(this)->getArrayHelper();
    return *getArrayHelper();
}

sal_Bool MacabCommonStatement::convertFastPropertyValue(