Files
loongoffice/writerfilter/source/ooxml
Paris Oplopoios 0c2ed51a77 tdf#119229 docx: Preserve w15:paraIdParent attribute in commentsExtended
w15:paraIdParent attribute indicates that the comment is a reply to the
value id

Change-Id: I9e6eca6a656594c956629c1434b8e5c3aa573c60
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145314
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-01-18 15:28:37 +00:00
..

= DOCX tokenizer

== Coding style

This directory uses the PEP 8 (see
<http://legacy.python.org/dev/peps/pep-0008/>) coding style for Python files.
Please run

----
pycodestyle *.py
----

before committing.