diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-21 13:51:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-21 14:01:29 +0100 |
commit | 0a43d7c4859345d7d2aced1309175e974e6e75be (patch) | |
tree | 31218f46e2e4d28bd69e9ff74299c091cf8f63fe | |
parent | eea5ad99994d279adc3d5897080c58f90b374536 (diff) |
cppcheck: cstyleCast
Change-Id: Iaf5c394a1cacaa6de9d10566dc6a1371361b40de
-rw-r--r-- | connectivity/source/drivers/evoab2/NTables.cxx | 2 |
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), |