diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-17 11:55:05 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-18 14:13:21 -0500 |
commit | 1e39e93af99e509245fb7e10a1b20c8e4f1aa46b (patch) | |
tree | e1cc5c59900f55ebcb7a432ba98704f4accaaf2d /xmloff | |
parent | 825d51667220dda2dfe145ad4584a21b23b8fa7b (diff) |
Added handler to handle the new <table:filter-set-item> elements.
The export is working, while the import part is still in progress.
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/xmltoken.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/inc/xmloff/xmltoken.hxx b/xmloff/inc/xmloff/xmltoken.hxx index 746e75d63d31..b609dad06faa 100644 --- a/xmloff/inc/xmloff/xmltoken.hxx +++ b/xmloff/inc/xmloff/xmltoken.hxx @@ -748,6 +748,7 @@ namespace xmloff { namespace token { XML_FILTER_NAME, XML_FILTER_OPTIONS, XML_FILTER_OR, + XML_FILTER_SET_ITEM, XML_FIRST_DATE_TIME, XML_FIRST_PAGE, XML_FIRST_PAGE_NUMBER, diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 45bcc35d82bf..978dc93b5f02 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -754,6 +754,7 @@ namespace xmloff { namespace token { TOKEN( "filter-name", XML_FILTER_NAME ), TOKEN( "filter-options", XML_FILTER_OPTIONS ), TOKEN( "filter-or", XML_FILTER_OR ), + TOKEN( "filter-set-item", XML_FILTER_SET_ITEM ), TOKEN( "first-date-time", XML_FIRST_DATE_TIME ), TOKEN( "first-page", XML_FIRST_PAGE ), TOKEN( "first-page-number", XML_FIRST_PAGE_NUMBER ), |