https://bugs.freedesktop.org/show_bug.cgi?id=79599

--- Comment #4 from nrb...@gmail.com ---
I did checkout of sources from git,
found that RTF-export may be fixed
by changing line 2237 of file sw/source/filter/ww8/rtfattributeoutput.cxx
(http://cgit.freedesktop.org/libreoffice/core/tree/sw/source/filter/ww8/rtfattributeoutput.cxx?id=655377e90c57bb68e5000f06f76531baf9eeaa37#n2237).

If I replace 

  m_aStyles.append(OOO_STRING_SVTOOLS_RTF_CHCBPAT);

with

  m_aStyles.append(OOO_STRING_SVTOOLS_RTF_HIGHLIGHT);

and recompile, I get RTF-file  which may be normally edited by MSO (and
possible others, because of \highlight controlword instead of \chcbpat).

But if I open this RTF-file with patched LibreOffice it does not render
highlight.

Should I change something in editeng/source/rtf/rtfitem.cxx and/or
writerfilter/source/rtftok/rtfdocumentimpl.cxx ? Any ideas ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to