https://bugs.documentfoundation.org/show_bug.cgi?id=94915

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|112969                      |
            Summary|FILEOPEN: .DOCX with dirty  |FILEOPEN: unable to open
                   |fields seen as invalid      |particular document (but
                   |                            |opens fine if
                   |                            |unzip/re-zipped - comment
                   |                            |8)

--- Comment #8 from Justin L <[email protected]> ---
The w:dirty is irrelevant. I simply extracted the files and then re-zipped them
into a new .docx and then the file opens fine. So somehow the zip compression
or whatever must be corrupt.

sax/source/fastparser/fastparser.cxx-void FastSaxParserImpl::parseStream(const
InputSource& rStructSource)
{
    xmlInitParser();

    // Only one text at one time
    std::unique_lock guard( maMutex );

SAL_WARN("DEBUG","parseStream
source.is["<<rStructSource.aInputStream.is()<<"]");
    pushEntity(maData, rStructSource); //exception thrown here b/c
!aInputStream


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112969
[Bug 112969] [META] DOCX (OOXML) field-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to