summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-03-05 13:44:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-03-06 06:47:06 +0100
commita2e3705d8b3b05ae664d54b762d6ff72927d5e48 (patch)
tree6ac31f9c9b419b12dbf065845a6941c143f57e2c /connectivity
parentremove sal_IntPtr in OfaMSFilterTabPage2 (diff)
downloadcore-a2e3705d8b3b05ae664d54b762d6ff72927d5e48.tar.gz
core-a2e3705d8b3b05ae664d54b762d6ff72927d5e48.zip
loplugin:unnecessaryparen improve member expression
Change-Id: I304621018cb1e2a47e478e86df4229bcf2176741 Reviewed-on: https://gerrit.libreoffice.org/68757 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/firebird/Connection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/Connection.cxx b/connectivity/source/drivers/firebird/Connection.cxx
index 877f83830b9b..b12eafb35cdf 100644
--- a/connectivity/source/drivers/firebird/Connection.cxx
+++ b/connectivity/source/drivers/firebird/Connection.cxx
@@ -919,7 +919,7 @@ void Connection::disposing()
if (m_pDatabaseFileDir)
{
- ::utl::removeTree((m_pDatabaseFileDir)->GetURL());
+ ::utl::removeTree(m_pDatabaseFileDir->GetURL());
m_pDatabaseFileDir.reset();
}
}