diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:38:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:38:24 +0200 |
commit | ad53c5355d58387a286776182f0c6a0d0b5a6534 (patch) | |
tree | b14a37752fe78307b4e760f9cc8aa64efc055997 /xmloff | |
parent | a1c126c264ea54a52566e5787f03ca7ca7a615fb (diff) |
-Werror,-Wunused-variable
Change-Id: I5e70926bba93045528d6bea319ea31ed4d72ecf4
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/SchXMLImport.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/chart/SchXMLImport.cxx b/xmloff/source/chart/SchXMLImport.cxx index 749ff732faff..a419155faf2c 100644 --- a/xmloff/source/chart/SchXMLImport.cxx +++ b/xmloff/source/chart/SchXMLImport.cxx @@ -470,7 +470,6 @@ Reference< chart2::XDataSeries > SchXMLImportHelper::GetNewDataSeries( if( xCurrentType.is()) { Reference< chart2::XDataSeriesContainer > xSeriesCnt( xCurrentType, uno::UNO_QUERY_THROW ); - Sequence< Reference< chart2::XDataSeries > > aSeriesSeq( xSeriesCnt->getDataSeries()); if( xContext.is() ) { |