summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/mork/MResultSet.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-08 16:23:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-08 16:23:57 +0200
commitf1b0eec9d3b3511e4c9381ad1f486f51772c852c (patch)
tree5a3873f943a6fd8d07618cbc3a3018583a66d178 /connectivity/source/drivers/mork/MResultSet.hxx
parentloplugin:cstylecast: deal with remaining pointer casts (diff)
downloadcore-f1b0eec9d3b3511e4c9381ad1f486f51772c852c.tar.gz
core-f1b0eec9d3b3511e4c9381ad1f486f51772c852c.zip
loplugin:cstylecast: deal with remaining pointer casts
Change-Id: I8c3f4d39629bbfee91402bddfe27b4d104c524c0
Diffstat (limited to 'connectivity/source/drivers/mork/MResultSet.hxx')
-rw-r--r--connectivity/source/drivers/mork/MResultSet.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mork/MResultSet.hxx b/connectivity/source/drivers/mork/MResultSet.hxx
index e35fa7927837..7a18d3aa3f7f 100644
--- a/connectivity/source/drivers/mork/MResultSet.hxx
+++ b/connectivity/source/drivers/mork/MResultSet.hxx
@@ -121,7 +121,7 @@ namespace connectivity
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > operator *()
{
- return ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >(*(OResultSet_BASE*)this);
+ return ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >(*static_cast<OResultSet_BASE*>(this));
}
// ::cppu::OComponentHelper