summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-05-08 15:01:22 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-05-08 19:53:25 +0200
commitb09889a158cbc839ebc8a6061b0b261fa74930e6 (patch)
treebad7d2516c34a4e834dc44113b13016614c38438 /include
parent745cf84060184ae707c047db17ef458aa7e384a1 (diff)
OFFICE-3776 xmloff: adapt ODF import to renamed text:sender-initials
ODF TC decided to rename the element to meta:creator-initials, so adapt the import so it can read this in addition to the 2 element names produced by current and past LO versions. Also add a test. Unfortunately it turned out that the ODF validator had a bug in checking character data in foreign elements, which is triggered by the test document, see https://issues.apache.org/jira/browse/ODFTOOLKIT-475 ... so update the validator jar as well. Change-Id: I1de1e8772b41f8937f043d9a0d150e169f25ffd4 Reviewed-on: https://gerrit.libreoffice.org/53979 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmltoken.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index b741dc43ac9b..6ab3cdd217f5 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -3314,6 +3314,8 @@ namespace xmloff { namespace token {
XML_NEWLINE,
+ XML_CREATOR_INITIALS,
+
XML_TOKEN_END
};