summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsushil_shinde <sushil.shinde@synerzip.com>2013-12-27 14:30:58 +0530
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-16 01:46:40 +0000
commit2054af83fefb955e20de2b40178a11726525057e (patch)
tree4dfb579bf58ea0710e9b321f12396cd64eff9013 /include
parentfdc383dcd3cb3ca954fe2f2b120433d8c6290d8c (diff)
fdo#72520 : Added property to store external data path in chart.
- added new property entry to store xlsx external data for chart. Change-Id: I3695865ad7e888359d1048e9bc380cba26108636 Reviewed-on: https://gerrit.libreoffice.org/7212 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmltoken.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index e986f2ae00f0..f804744e09ce 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -3225,6 +3225,7 @@ namespace xmloff { namespace token {
XML_CHART_DTABLE_SHOWHORZBORDER,
XML_CHART_DTABLE_SHOWVERTBORDER,
XML_CHART_DTABLE_SHOWOUTLINE,
+ XML_EXTERNALDATA,
XML_TOKEN_END
};