[Libreoffice-bugs] [Bug 139786] VBA code modified while saving to .xls format - no longer works in Excel

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jan 21 06:43:20 UTC 2021


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

Justin L <jluth at mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |rikshaw76 at gmail.com
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Justin L <jluth at mail.com> ---
The problem seems to have come with this line:
    -ImplWriteShape( aObj, rSolverContainer );
    +ImplWriteShape( aObj, rSolverContainer, /*bOOxmlExport=*/true );

and
            // This code is expected to be called only for DOCX format.
-            if (xPropInfo.is() && bOOxmlExport)
+           if (xPropInfo.is())

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210121/e350dce1/attachment.htm>


More information about the Libreoffice-bugs mailing list