[Libreoffice-bugs] [Bug 116394] DocX Import - Word merge fields lose "=" character
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 14 20:48:28 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=116394
Julien Nabet <serval2412 at yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |serval2412 at yahoo.fr,
| |vmiklos at collabora.co.uk
Severity|normal |major
--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.
The pb is in these lines:
2525 case '=':
2526 if (token.isEmpty())
2527 {
2528 rHaveToken = true;
2529 ++rIndex;
2530 return OUString("FORMULA");
2531 }
2532 break;
in writerfilter/source/dmapper/DomainMapper_Impl.cxx
Miklos/Jean-Sebastien: thought you might be interested in this one following
Xisco's comment
--
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/20180314/d5c2a490/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list