fix: Correcting DefaultText ID for MS Word backend (#537)

Correcting DefaultText ID for MS Word backend

Signed-off-by: Maksym Lysak <mly@zurich.ibm.com>
Co-authored-by: Maksym Lysak <mly@zurich.ibm.com>
This commit is contained in:
Maxim Lysak 2024-12-06 15:48:35 +01:00 committed by GitHub
parent 3e073dfbeb
commit eb7ffcdd1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -275,7 +275,7 @@ class MsWordDocumentBackend(DeclarativeDocumentBackend):
"Normal",
"Subtitle",
"Author",
"Default Text",
"DefaultText",
"ListParagraph",
"ListBullet",
"Quote",