diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 18:06:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 18:14:38 +0200 |
commit | 8900fd676735ba353ce7434693f266b6991b77eb (patch) | |
tree | 107da5190f6c5e0333cb6a1dfea77a03b64f96c9 /chart2 | |
parent | 723412eac55f9417b945da8128f5b3a64c49c72b (diff) |
-Werror,-Wunused-variable
Change-Id: Ic2d248d2f200f8d13007c2a8d79801cb1d7ad3d0
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx | 3 |
1 files changed, 0 insertions, 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; |