diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-17 09:26:34 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-17 17:41:43 +0200 |
commit | c172b75b8ea5653246174399a530d238b1680ce0 (patch) | |
tree | a21e03f0ab14665086e6ac1be6ffbe52ebf77809 /xmloff | |
parent | 02bd12876efb4d4269dba4bd8f0d18b43c7894c9 (diff) |
add attribute mandated by ODF
Make sure that it does not confuse our importer by adding an attibute to
ignore it when the new elements have been added.
Change-Id: I15991be9dd993e2aeb18c440a14de3711f8001f4
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index eb88687553ce..2f7352d9de27 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -999,6 +999,7 @@ namespace xmloff { namespace token { TOKEN( "ideograph-alpha", XML_IDEOGRAPH_ALPHA ), TOKEN( "ignore-case", XML_IGNORE_CASE ), TOKEN( "ignore-empty-rows", XML_IGNORE_EMPTY_ROWS ), + TOKEN( "ignore-selected-page", XML_IGNORE_SELECTED_PAGE ), TOKEN( "illustration-index", XML_ILLUSTRATION_INDEX ), TOKEN( "illustration-index-entry-template", XML_ILLUSTRATION_INDEX_ENTRY_TEMPLATE ), TOKEN( "illustration-index-source", XML_ILLUSTRATION_INDEX_SOURCE ), |