Kaydet (Commit) 825e4995 authored tarafından Michael Stahl's avatar Michael Stahl

writerfilter: set the SystemId to get stream name in SAXExceptions

Change-Id: I9891269a765ace15497a3cd3b1729be941bc3c1b
üst c71f8885
...@@ -494,6 +494,7 @@ void OOXMLDocumentImpl::resolve(Stream & rStream) ...@@ -494,6 +494,7 @@ void OOXMLDocumentImpl::resolve(Stream & rStream)
xParser->setTokenHandler( xTokenHandler ); xParser->setTokenHandler( xTokenHandler );
xml::sax::InputSource aParserInput; xml::sax::InputSource aParserInput;
aParserInput.sSystemId = mpStream->getTarget();
aParserInput.aInputStream = mpStream->getDocumentStream(); aParserInput.aInputStream = mpStream->getDocumentStream();
try try
{ {
......
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