Kaydet (Commit) 525e5145 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: unreferenced local variable

Change-Id: Ie04966936a406fefbbcd1d96d7d3d299f98a31ae
üst aad27e89
...@@ -477,7 +477,7 @@ private: ...@@ -477,7 +477,7 @@ private:
deflateZipEntry(mpEntry, mxInStream); deflateZipEntry(mpEntry, mxInStream);
mxInStream.clear(); mxInStream.clear();
} }
catch (const uno::Exception& rException) catch (const uno::Exception&)
{ {
mpEntry->setParallelDeflateException(::cppu::getCaughtException()); mpEntry->setParallelDeflateException(::cppu::getCaughtException());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment