diff options
author | Eike Rathke <erack@redhat.com> | 2016-02-19 00:33:30 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-02-19 01:56:28 +0100 |
commit | f7714ad62396d7ebc474989b598f9fb6b39afae3 (patch) | |
tree | 900c99780c8439e4c0209f12f3a77bc643a750fb /include/xmloff | |
parent | 98bd643082c6dd037526b6616ed060a3b6aab01f (diff) |
add "use-wildcards" XML_USE_WILDCARDS, tdf#72196
to support ODF table:use-wildcards
Change-Id: I448bc53dd81d79a29efad9fbd240ae9c059dfd15
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 5e3dcc03cc8f..ccbb8cf08e41 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -2053,6 +2053,7 @@ namespace xmloff { namespace token { XML_ENABLE, XML_USE_REGULAR_EXPRESSIONS, + XML_USE_WILDCARDS, XML_DATA_SOURCE_HAS_LABELS, XML_LINK_DATA_STYLE_TO_SOURCE, XML_SORT_ALGORITHM, |