loplugin:unnecessaryparen check for (f1()).f2

Change-Id: I93257b0ddd41c649875124d6d5c5faeaa431bae3
Reviewed-on: https://gerrit.libreoffice.org/45218
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2017-11-24 13:08:01 +02:00
parent 470682b3ab
commit 2e5508a176
75 changed files with 160 additions and 120 deletions

View File

@@ -434,7 +434,7 @@ bool executePostgresCommand( const OString & cmd, struct CommandData *data )
ExecStatusType state = PQresultStatus( result );
*(data->pLastOidInserted) = 0;
(data->pLastTableInserted)->clear();
data->pLastTableInserted->clear();
*(data->pLastQuery) = cmd;
bool ret = false;