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/source/core | |
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/source/core')
-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 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 ), |