diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2020-04-30 17:58:35 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-05-19 10:24:46 +0200 |
commit | 9019288dc1ea8c6db615b9f8bbae14efc1ed8cd8 (patch) | |
tree | 6f435d503e4e9425c4a5f2e158619f81579f099a /include/xmloff | |
parent | 68cd0a974c83fbcbda809a0005e5d599a6e4909f (diff) |
tdf#91306 xmloff: ODF export: allow style:page-number="0" in ODF 1.3
See OFFICE-3923.
Change-Id: I619d9efe3eb17feaf84f7dd21f5b2197c30bc6aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93225
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/txtprmap.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/txtprmap.hxx b/include/xmloff/txtprmap.hxx index c05619bf44ee..37c0d7a9f330 100644 --- a/include/xmloff/txtprmap.hxx +++ b/include/xmloff/txtprmap.hxx @@ -201,6 +201,7 @@ #define CTF_CHAR_HIGHLIGHT (XML_TEXT_CTF_START + 172) #define CTF_FILLSTYLE (XML_TEXT_CTF_START + 173) #define CTF_FILLCOLOR (XML_TEXT_CTF_START + 174) +#define CTF_PAGENUMBEROFFSET (XML_TEXT_CTF_START + 175) enum class TextPropMap { |