diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-26 00:40:49 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-26 02:08:19 +0200 |
commit | de687872926d0c54beba38fc2c33368b3ca6d634 (patch) | |
tree | b60a7199fa3722afc472bc6064fc4c7385e8443a /xmloff | |
parent | b8452a89ceaa9008558b83f3a8b6937d14b7c803 (diff) |
support remaining data bar attributes in odf import/export
Change-Id: I6fdf7a6158002003938ee039152d582776aba5db
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/xmltoken.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/inc/xmloff/xmltoken.hxx b/xmloff/inc/xmloff/xmltoken.hxx index d47a93b57e22..3dc4b126057b 100644 --- a/xmloff/inc/xmloff/xmltoken.hxx +++ b/xmloff/inc/xmloff/xmltoken.hxx @@ -1240,6 +1240,7 @@ namespace xmloff { namespace token { XML_NAMED_EXPRESSIONS, XML_NAMED_RANGE, XML_NAVY, + XML_NEGATIVE_COLOR, XML_NEQ, XML_NEW, XML_NEXT, @@ -1610,6 +1611,7 @@ namespace xmloff { namespace token { XML_SHOW_SHAPE, XML_SHOW_TEXT, XML_SHOW_UNIT, + XML_SHOW_VALUE, XML_SHOWS, XML_SIDE_BY_SIDE, XML_SILVER, diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 759926aae048..90e46e3c49a5 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -1245,6 +1245,7 @@ namespace xmloff { namespace token { TOKEN( "named-expressions", XML_NAMED_EXPRESSIONS ), TOKEN( "named-range", XML_NAMED_RANGE ), TOKEN( "navy", XML_NAVY ), + TOKEN( "negative-color", XML_NEGATIVE_COLOR ), TOKEN( "neq", XML_NEQ ), TOKEN( "new", XML_NEW ), TOKEN( "next", XML_NEXT ), @@ -1615,6 +1616,7 @@ namespace xmloff { namespace token { TOKEN( "show-shape", XML_SHOW_SHAPE ), TOKEN( "show-text", XML_SHOW_TEXT ), TOKEN( "show-unit", XML_SHOW_UNIT ), + TOKEN( "show-value", XML_SHOW_VALUE ), TOKEN( "shows", XML_SHOWS ), TOKEN( "side-by-side", XML_SIDE_BY_SIDE ), TOKEN( "silver", XML_SILVER ), |