diff options
author | Gökay Şatır <gokaysatir@gmail.com> | 2023-09-01 09:49:53 +0300 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-09-12 17:09:18 +0200 |
commit | 62cc2217217650d23c72e4646ccd793f76722d94 (patch) | |
tree | d7e0d86f0a0135b1ee75bd1e3634dec53f902119 /include | |
parent | b8f6f91f476f1c3f93bb44265381305f6f02b161 (diff) |
Added parent / child relationship to comments.
Adding parent name of a comment into odf file when there is a parent.
Also includes:
Added test case to comment property test.
Change-Id: I033f6574b4875fcb76b16c8b5b9d9f7d55b52cbe
Also includes:
Add parent / child relations to replied comments.
Change-Id: Ia7d95c4e6020b501798a89cbdcae64dc5691437c
Change-Id: I08b5ab6eb11adcafcbf3559896d79d41b449b26a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156824
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index ee0c6ec57d89..773d54f79318 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -1506,6 +1506,7 @@ namespace xmloff::token { XML_PARAGRAPH_START_MARGIN, XML_PARALLEL, XML_PARAM, + XML_PARENT_NAME, XML_PARENT_STYLE_NAME, XML_PARSE_SQL_STATEMENT, XML_PARSED, |