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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #6 from Justin L <[email protected]> ---
oox's WriteDialog just writes to mpFS. writerfilter is not setting that FS
before calling the function.

so
-    sax_fastparser::FSHelperPtr pFS = m_pImpl->getSerializer();
should have been replaced by
+    m_pImpl->getDrawingML()->SetFS(m_pImpl->getSerializer());

Proposed fix at http://gerrit.libreoffice.org/c/core/+/125441

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to