diff options
author | Ingrid Halama <iha@openoffice.org> | 2010-08-27 15:40:24 +0200 |
---|---|---|
committer | Ingrid Halama <iha@openoffice.org> | 2010-08-27 15:40:24 +0200 |
commit | 8412850383ef9569d42c4a8fd4493a7185799d37 (patch) | |
tree | a3c8bce9e283361fb9bbba6880bf96f7709a5171 /xmloff/inc | |
parent | 4b5214f0d0f0d95b94314a85b4cdd2156c596d65 (diff) |
chart50: #i114142# ODF: don't export invalid content to attribute chart:axis-label-position
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/xmltoken.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/inc/xmloff/xmltoken.hxx b/xmloff/inc/xmloff/xmltoken.hxx index f4843d54ace1..80238a075973 100644 --- a/xmloff/inc/xmloff/xmltoken.hxx +++ b/xmloff/inc/xmloff/xmltoken.hxx @@ -3110,6 +3110,9 @@ namespace xmloff { namespace token { XML_DIAGONAL_BL_TR_WIDTHS, XML_DIAGONAL_TL_BR_WIDTHS, + XML_OUTSIDE_MINIMUM,//#i114142# + XML_OUTSIDE_MAXIMUM,//#i114142# + XML_TOKEN_END }; |