diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-16 21:36:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-16 21:36:08 +0200 |
commit | 6ffecab0cfa0168ae2a98dc961de663855d41648 (patch) | |
tree | 51d8d68a2c2114c82ef6242ac2e368eb03a7ba94 /connectivity | |
parent | 40a26be24bd64a6c7c8cc98228fd440c8b9323b5 (diff) |
loplugin:redundantcast
Change-Id: Id887e25f626917d4775f0df92935ecbf08b0455d
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( |