[Libreoffice-commits] core.git: xmloff/source

Stephan Bergmann sbergman at redhat.com
Wed Oct 2 08:38:46 PDT 2013


 xmloff/source/chart/SchXMLImport.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit ad53c5355d58387a286776182f0c6a0d0b5a6534
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 2 17:38:24 2013 +0200

    -Werror,-Wunused-variable
    
    Change-Id: I5e70926bba93045528d6bea319ea31ed4d72ecf4

diff --git a/xmloff/source/chart/SchXMLImport.cxx b/xmloff/source/chart/SchXMLImport.cxx
index 749ff73..a419155 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() )
                 {


More information about the Libreoffice-commits mailing list