summaryrefslogtreecommitdiffstats
path: root/connectivity/source/sdbcx/VUser.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-13 12:35:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-13 12:36:36 +0200
commit373a9b9bb62c50072c06e28fd932afb6e71ba687 (patch)
treedc6b72474110a4311d7ab57d42dc4bda5c221e4b /connectivity/source/sdbcx/VUser.cxx
parentandroid: hide the keyboard when scrolling velocity exceeds 18 (diff)
downloadcore-373a9b9bb62c50072c06e28fd932afb6e71ba687.tar.gz
core-373a9b9bb62c50072c06e28fd932afb6e71ba687.zip
loplugin:redundantcast: redundant const_cast followed by implicit upcast
Change-Id: I58297ba336d96358eb0683684bbd763870ef56cb
Diffstat (limited to 'connectivity/source/sdbcx/VUser.cxx')
-rw-r--r--connectivity/source/sdbcx/VUser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/sdbcx/VUser.cxx b/connectivity/source/sdbcx/VUser.cxx
index 393493b67dae..b74842c724eb 100644
--- a/connectivity/source/sdbcx/VUser.cxx
+++ b/connectivity/source/sdbcx/VUser.cxx
@@ -86,7 +86,7 @@ Sequence< Type > SAL_CALL OUser::getTypes( ) throw(RuntimeException, std::excep
::cppu::IPropertyArrayHelper & OUser::getInfoHelper()
{
- return *const_cast<OUser*>(this)->getArrayHelper();
+ return *getArrayHelper();
}
// XUser