summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-01-19 15:38:10 +0100
committerIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-01-19 15:38:10 +0100
commitf329f09bb7a24c357cf1608c4b00c978892dc0bb (patch)
treeee680f72593b371a924bd7e4dc3a82743234f0c4 /xmloff
parentcf0d061fcc5e45e39f30899b339c70313a5f765d (diff)
chart46: #i25706# implement date axis - #i116519# scatter save
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/chart/SchXMLExport.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx
index 5de4486c65c8..c12b1ab3d63e 100644
--- a/xmloff/source/chart/SchXMLExport.cxx
+++ b/xmloff/source/chart/SchXMLExport.cxx
@@ -2875,10 +2875,7 @@ void SchXMLExportHelper_Impl::exportSeries(
{
Reference< chart2::data::XDataSequence > xValues( xCategories->getValues() );
if( !lcl_hasNoValuesButText( xValues ) )
- {
- if( lcl_exportDomainForThisSequence( xValues, aFirstXDomainRange, mrExport ) )
- m_aDataSequencesToExport.push_back( tLabelValuesDataPair( 0, xValues ));
- }
+ lcl_exportDomainForThisSequence( xValues, aFirstXDomainRange, mrExport );
}
}
}