ucb/source/ucp/webdav/webdavdatasupplier.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bf8fbbaa683ef7eef5f9587b60486f622b50cb80 Author: Stephan Bergmann <[email protected]> AuthorDate: Tue Sep 4 09:14:08 2018 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Tue Sep 4 12:27:11 2018 +0200 loplugin:unnecessaryparen (--with-webdav=serf) Change-Id: If5b05772f2195244e509d7464f5ac3d59280c807 Reviewed-on: https://gerrit.libreoffice.org/59965 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/ucb/source/ucp/webdav/webdavdatasupplier.cxx b/ucb/source/ucp/webdav/webdavdatasupplier.cxx index 11c951f3bcd8..141ed988aa14 100644 --- a/ucb/source/ucp/webdav/webdavdatasupplier.cxx +++ b/ucb/source/ucp/webdav/webdavdatasupplier.cxx @@ -92,7 +92,7 @@ DataSupplier_Impl::~DataSupplier_Impl() while ( it != end ) { - delete (*it); + delete *it; ++it; } } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
