package/source/zippackage/ZipPackageStream.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 525e514545d207dd8511c6ca16f66795f323e4b4
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Jun 5 11:56:09 2015 +0100

    WaE: unreferenced local variable
    
    Change-Id: Ie04966936a406fefbbcd1d96d7d3d299f98a31ae

diff --git a/package/source/zippackage/ZipPackageStream.cxx 
b/package/source/zippackage/ZipPackageStream.cxx
index 63b438a..f3c5361 100644
--- a/package/source/zippackage/ZipPackageStream.cxx
+++ b/package/source/zippackage/ZipPackageStream.cxx
@@ -477,7 +477,7 @@ private:
             deflateZipEntry(mpEntry, mxInStream);
             mxInStream.clear();
         }
-        catch (const uno::Exception& rException)
+        catch (const uno::Exception&)
         {
             mpEntry->setParallelDeflateException(::cppu::getCaughtException());
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to