[Libreoffice-commits] core.git: package/source
Caolán McNamara
caolanm at redhat.com
Fri Jun 5 03:56:35 PDT 2015
package/source/zippackage/ZipPackageStream.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 525e514545d207dd8511c6ca16f66795f323e4b4
Author: Caolán McNamara <caolanm at 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());
}
More information about the Libreoffice-commits
mailing list