diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-17 16:32:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-17 16:36:04 +0000 |
commit | ecb1599ad00e71dfe05f3ae9a71bdce5f7540a40 (patch) | |
tree | 8d0c1ca70aa8ed158fc8ad4ceb520704dea971a8 | |
parent | ccdb4d5c2c4497d857f4bf4f8cf10d2b33901e6d (diff) |
WaE: unused variable
-rw-r--r-- | package/source/zippackage/ZipPackageStream.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx index 5cb6720dec53..b5c0731ffb35 100644 --- a/package/source/zippackage/ZipPackageStream.cxx +++ b/package/source/zippackage/ZipPackageStream.cxx @@ -542,6 +542,7 @@ uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getInputStream() { OSL_FAIL( "Exception is thrown during stream wrapping!\n" ); OSL_FAIL(OUStringToOString(ex.Message, RTL_TEXTENCODING_UTF8).getStr()); + (void)ex; return uno::Reference < io::XInputStream > (); } } |