https://bugs.freedesktop.org/show_bug.cgi?id=64400
Michael Stahl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |[email protected], | |[email protected] Summary|Exporting document to pdf |DXF import mangles Text |gives bad result | Version|4.0.3.3 release |4.0.0.3 release Component|Printing and PDF export |filters and storage --- Comment #9 from Michael Stahl <[email protected]> --- problem is that the DXF import filter stores all strings in char[DXF_MAX_STRING_LEN+1] arrays, and then calls the OUString constructor with that, which does not work any more (if it ever did). this is fixed by master commit 96852a89da058084b2acf5ff706d9679b127b29a -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
