diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/macab/MacabStatement.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/macab/MacabStatement.cxx b/connectivity/source/drivers/macab/MacabStatement.cxx index a822e09e4219..e82a43eb90bc 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( |