summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NTables.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-08 16:39:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-08 16:47:31 +0200
commit8a75a6c105a67ee4604e4787773326ada5fb4679 (patch)
treeb8f718eecf438c618968c7874c346f0d3f9abe30 /connectivity/source/drivers/evoab2/NTables.cxx
parent4aa7d9e63a86496d1538844c82165fd00a763f6b (diff)
loplugin:redundantcast: redundant static_casts in connectivity
Change-Id: I2428e27f04b9f967c21ea0dd29eff6ee63167ec3
Diffstat (limited to 'connectivity/source/drivers/evoab2/NTables.cxx')
-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 67a698374843..163b721eb7ff 100644
--- a/connectivity/source/drivers/evoab2/NTables.cxx
+++ b/connectivity/source/drivers/evoab2/NTables.cxx
@@ -61,7 +61,7 @@ ObjectType OEvoabTables::createObject(const OUString& aName)
{
OEvoabTable* pRet = new OEvoabTable(
this,
- static_cast<OEvoabConnection*>(static_cast<OEvoabCatalog&>(m_rParent).getConnection()),
+ static_cast<OEvoabCatalog&>(m_rParent).getConnection(),
aName,
xRow->getString(4),
xRow->getString(5),