summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/sdbcx/VView.cxx')
-rw-r--r--connectivity/source/sdbcx/VView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/sdbcx/VView.cxx b/connectivity/source/sdbcx/VView.cxx
index be69eb632cf1..a1c9813b4a33 100644
--- a/connectivity/source/sdbcx/VView.cxx
+++ b/connectivity/source/sdbcx/VView.cxx
@@ -93,7 +93,7 @@ Any SAL_CALL OView::queryInterface( const Type & rType ) throw(RuntimeException,
::cppu::IPropertyArrayHelper & OView::getInfoHelper()
{
- return *const_cast<OView*>(this)->getArrayHelper(isNew() ? 1 : 0);
+ return *getArrayHelper(isNew() ? 1 : 0);
}
OUString SAL_CALL OView::getName() throw(::com::sun::star::uno::RuntimeException, std::exception)