diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-26 16:42:33 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-27 05:59:50 +0200 |
commit | 064bfb1aab1b207a37a602f155f3b3c15cef60b4 (patch) | |
tree | e44356c866d1c6db0798f90b6a69909fa6a5d3a0 /xmloff/inc | |
parent | 59c2e0487473508335924c2195759d9bcd9fb3a3 (diff) |
add support for axis color import/export
Change-Id: I713981b9ae1a82ca0b014cde88abdc32af1f9975
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/xmltoken.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/inc/xmloff/xmltoken.hxx b/xmloff/inc/xmloff/xmltoken.hxx index b850e3e64291..e45091eeaff5 100644 --- a/xmloff/inc/xmloff/xmltoken.hxx +++ b/xmloff/inc/xmloff/xmltoken.hxx @@ -288,6 +288,7 @@ namespace xmloff { namespace token { XML_AUTOSIZE, XML_AVERAGE, XML_AXIS, + XML_AXIS_COLOR, XML_BACK_SCALE, XML_BACKFACE_CULLING, XML_BACKGROUND, |