[Libreoffice-commits] core.git: ucb/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Sep 4 10:27:32 UTC 2018
ucb/source/ucp/webdav/webdavdatasupplier.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bf8fbbaa683ef7eef5f9587b60486f622b50cb80
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Sep 4 09:14:08 2018 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
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 <sbergman at redhat.com>
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;
}
}
More information about the Libreoffice-commits
mailing list