summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNikhil Walvekar <nikhil.walvekar@synerzip.com>2013-12-12 17:49:28 +0530
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-19 03:55:05 +0100
commit20bb1e6854c42df50536238414d93993ad764999 (patch)
treed1b0891f77a09474a82215ea6391a0749771bf1e /include
parent3c32af65d42b2091e0557e238581fead39dea072 (diff)
fdo#72304 Preserve Chart data table properties during ODF import/export.
Change-Id: I767bb32fdaddcaf742923055cc86bb19138b42be
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmltoken.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index 71e41b01d9df..cf4df367c1a9 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -3218,6 +3218,10 @@ namespace xmloff { namespace token {
XML_RFC_LANGUAGE_TAG,
XML_RFC_LANGUAGE_TAG_ASIAN,
XML_RFC_LANGUAGE_TAG_COMPLEX,
+ // Chart data table properties
+ XML_CHART_DTABLE_SHOWHORZBORDER,
+ XML_CHART_DTABLE_SHOWVERTBORDER,
+ XML_CHART_DTABLE_SHOWOUTLINE,
XML_TOKEN_END
};