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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user