Kaydet (Commit) ad53c535 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

Change-Id: I5e70926bba93045528d6bea319ea31ed4d72ecf4
üst a1c126c2
...@@ -470,7 +470,6 @@ Reference< chart2::XDataSeries > SchXMLImportHelper::GetNewDataSeries( ...@@ -470,7 +470,6 @@ Reference< chart2::XDataSeries > SchXMLImportHelper::GetNewDataSeries(
if( xCurrentType.is()) if( xCurrentType.is())
{ {
Reference< chart2::XDataSeriesContainer > xSeriesCnt( xCurrentType, uno::UNO_QUERY_THROW ); Reference< chart2::XDataSeriesContainer > xSeriesCnt( xCurrentType, uno::UNO_QUERY_THROW );
Sequence< Reference< chart2::XDataSeries > > aSeriesSeq( xSeriesCnt->getDataSeries());
if( xContext.is() ) if( xContext.is() )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment