From 8900fd676735ba353ce7434693f266b6991b77eb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 2 Oct 2013 18:06:41 +0200 Subject: -Werror,-Wunused-variable Change-Id: Ic2d248d2f200f8d13007c2a8d79801cb1d7ad3d0 --- chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx index a6ed19046157..9836d2929589 100644 --- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx @@ -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; -- cgit