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

--- Comment #2 from Yousuf (Jay) Philips <philip...@hotmail.com> ---
>From my duplicate bug.

-----------------

When a paragraph tag has the localize entry set to false, it is supposed to
append '_NOL10N' to the paragraph id on import, as the code to toggle L10N
relies on that appended text in the paragraph id in order to know if it is on
or off. Not setting this causes saving the file to lose the localize entry.

Example file - source/text/sbasic/shared/03020104.xhp

In

<paragraph role="bascode" localize="false" xml-lang="en-US">Sub
ExampleReset</paragraph>

Out

<paragraph id="" role="bascode" xml-lang="en-US">Sub ExampleReset</paragraph>

-----------------

Just to note, 'localize="true"' is never actually set as true is the default.

-- 
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