summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-21 13:51:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-21 14:01:29 +0100
commit0a43d7c4859345d7d2aced1309175e974e6e75be (patch)
tree31218f46e2e4d28bd69e9ff74299c091cf8f63fe /connectivity
parenteea5ad99994d279adc3d5897080c58f90b374536 (diff)
cppcheck: cstyleCast
Change-Id: Iaf5c394a1cacaa6de9d10566dc6a1371361b40de
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/evoab2/NTables.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NTables.cxx b/connectivity/source/drivers/evoab2/NTables.cxx
index 5c4cfbe520ec..fe20ab6914f7 100644
--- a/connectivity/source/drivers/evoab2/NTables.cxx
+++ b/connectivity/source/drivers/evoab2/NTables.cxx
@@ -63,7 +63,7 @@ ObjectType OEvoabTables::createObject(const OUString& aName)
{
OEvoabTable* pRet = new OEvoabTable(
this,
- (OEvoabConnection *)static_cast<OEvoabCatalog&>(m_rParent).getConnection(),
+ static_cast<OEvoabConnection*>(static_cast<OEvoabCatalog&>(m_rParent).getConnection()),
aName,
xRow->getString(4),
xRow->getString(5),