https://bugs.documentfoundation.org/show_bug.cgi?id=96078
Bug ID: 96078
Summary: rsid should not be added to automatic styles
Product: LibreOffice
Version: 4.4.6.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: filters and storage
Assignee: [email protected]
Reporter: [email protected]
Created attachment 120805
--> https://bugs.documentfoundation.org/attachment.cgi?id=120805&action=edit
resulting odt file
The import of words rsid results in odt files with lots of automatic styles
that only differ by rsid. The rsid should be stored as attribute of the element
they belong to instead of storing them as style information.
The resulting change of the file format should be documented at
https://wiki.documentfoundation.org/Development/ODF_Implementer_Notes/List_of_LibreOffice_ODF_Extensions
example styles:
<style:style style:name="T9" style:family="text">
<style:text-properties fo:font-weight="normal" style:font-weight-asian="normal"
style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T10" style:family="text">
<style:text-properties fo:font-weight="normal" officeooo:rsid="001c075f"
style:font-weight-asian="normal" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T11" style:family="text">
<style:text-properties fo:font-weight="normal" officeooo:rsid="001d0c2e"
style:font-weight-asian="normal" style:font-weight-complex="normal"/>
</style:style>
--
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