ucb/source/ucp/webdav/webdavdatasupplier.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bf8fbbaa683ef7eef5f9587b60486f622b50cb80
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Sep 4 09:14:08 2018 +0200
Commit:     Stephan Bergmann <sberg...@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 <sberg...@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;
     }
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to