[Libreoffice-commits] core.git: connectivity/source
Stephan Bergmann
sbergman at redhat.com
Fri Jan 19 20:17:37 UTC 2018
connectivity/source/drivers/macab/MacabAddressBook.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9ece0b1adae5e52c4301005514fb54750e860f6f
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Jan 19 13:43:54 2018 +0100
loplugin:unnecessaryparen (macOS)
Change-Id: Ie4ae8459c0afbeac0cad1b8a30dad02535d558dd
Reviewed-on: https://gerrit.libreoffice.org/48190
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/connectivity/source/drivers/macab/MacabAddressBook.cxx b/connectivity/source/drivers/macab/MacabAddressBook.cxx
index 83c412d74f03..93795cbc7d89 100644
--- a/connectivity/source/drivers/macab/MacabAddressBook.cxx
+++ b/connectivity/source/drivers/macab/MacabAddressBook.cxx
@@ -99,7 +99,7 @@ MacabAddressBook::~MacabAddressBook()
iter = m_xMacabGroups.begin();
end = m_xMacabGroups.end();
for( ; iter != end; ++iter)
- delete (*iter);
+ delete *iter;
}
m_bRetrievedGroups = false;
More information about the Libreoffice-commits
mailing list