Kaydet (Commit) 47e38fb1 authored tarafından Julien Nabet's avatar Julien Nabet

If we can have a few more information...

üst 21b3a9a6
...@@ -538,9 +538,10 @@ uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getInputStream() ...@@ -538,9 +538,10 @@ uno::Reference< io::XInputStream > SAL_CALL ZipPackageStream::getInputStream()
OSL_FAIL( "ZipException thrown" );//rException.Message); OSL_FAIL( "ZipException thrown" );//rException.Message);
return uno::Reference < io::XInputStream > (); return uno::Reference < io::XInputStream > ();
} }
catch ( Exception & ) catch ( Exception &ex )
{ {
OSL_FAIL( "Exception is thrown during stream wrapping!\n" ); OSL_FAIL( "Exception is thrown during stream wrapping!\n" );
OSL_FAIL(OUStringToOString(ex.Message, RTL_TEXTENCODING_UTF8).getStr());
return uno::Reference < io::XInputStream > (); return uno::Reference < io::XInputStream > ();
} }
} }
......
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