Merge pull request 'feature/docx-renderer' (#183) from feature/docx-renderer into release/v8.3.0

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/core/pulls/183
This commit is contained in:
Oleg Korshul
2025-01-22 11:25:17 +00:00
24 changed files with 1020 additions and 606 deletions

View File

@ -223,7 +223,7 @@
},
{
"folder": "../../../../DocxRenderer/src/logic/elements",
"files": ["BaseItem.cpp", "ContText.cpp", "Paragraph.cpp", "Shape.cpp", "TextLine.cpp"]
"files": ["BaseItem.cpp", "ContText.cpp", "Paragraph.cpp", "Shape.cpp", "TextLine.cpp", "Table.cpp"]
},
{
"folder": "../../../common",