diff options
author | sushil_shinde <sushil.shinde@synerzip.com> | 2013-12-27 14:30:58 +0530 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-01-16 01:46:40 +0000 |
commit | 2054af83fefb955e20de2b40178a11726525057e (patch) | |
tree | 4dfb579bf58ea0710e9b321f12396cd64eff9013 /offapi | |
parent | fdc383dcd3cb3ca954fe2f2b120433d8c6290d8c (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 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart2/Diagram.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/Diagram.idl b/offapi/com/sun/star/chart2/Diagram.idl index f599ae7b39b9..b63063ca188c 100644 --- a/offapi/com/sun/star/chart2/Diagram.idl +++ b/offapi/com/sun/star/chart2/Diagram.idl @@ -120,6 +120,9 @@ service Diagram @see ::com::sun::star::chart::MissingValueTreatment */ [optional, property] long MissingValueTreatment; + + [optional, property] string ExternalData; + }; } ; // chart2 |