summaryrefslogtreecommitdiffstats
path: root/include/oox
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@suse.com>2013-07-09 13:31:16 +0530
committerMuthu Subramanian <sumuthu@suse.com>2013-07-09 13:43:15 +0530
commit7da06efd74be6500895bab6e5e8ed485914ff45e (patch)
treefbce788eca9357990907977fdcf4a134b030bbaf /include/oox
parentDocxAttributeOutput::FormatSurround: missing break (diff)
downloadcore-7da06efd74be6500895bab6e5e8ed485914ff45e.tar.gz
core-7da06efd74be6500895bab6e5e8ed485914ff45e.zip
n#819822: XLSX Chart import with internal data table.
When the import with xlsx ranges fail - try with internal data table.
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/core/xmlfilterbase.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/oox/core/xmlfilterbase.hxx b/include/oox/core/xmlfilterbase.hxx
index 4b5c1e093657..5bddea46e594 100644
--- a/include/oox/core/xmlfilterbase.hxx
+++ b/include/oox/core/xmlfilterbase.hxx
@@ -90,6 +90,9 @@ public:
converter object, that should be global per imported document. */
virtual ::oox::drawingml::chart::ChartConverter* getChartConverter() = 0;
+ /** Helper to switch chart data table - specifically for xlsx imports */
+ virtual void useInternalChartDataTable( bool /*bInternal*/ ) { }
+
/** Has to be implemented by each filter to return the table style list. */
virtual const ::oox::drawingml::table::TableStyleListPtr getTableStyles() = 0;