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

-Werror,-Wunused-variable

Change-Id: Ic2d248d2f200f8d13007c2a8d79801cb1d7ad3d0
üst 723412ea
......@@ -1725,9 +1725,6 @@ void WrappedAttributedDataPointsProperty::setPropertyValue( const Any& rOuterVal
{
::std::vector< Reference< chart2::XDataSeries > > aSeriesVector(
::chart::DiagramHelper::getDataSeriesFromDiagram( xDiagram ) );
uno::Sequence< uno::Sequence< sal_Int32 > > aResult( aSeriesVector.size() );
::std::vector< Reference< chart2::XDataSeries > >::const_iterator aIt =
aSeriesVector.begin();
sal_Int32 i = 0;
......
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