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

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Nov 2 20:23:05 PST 2014


 chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d9473f25380c627966b4406cc4cdfaafcf44bc37
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Nov 3 05:14:45 2014 +0100

    coverity#1242524, arguments in wrong order

diff --git a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
index fba08df..6fde3c4 100644
--- a/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
@@ -1262,7 +1262,7 @@ void WrappedDataRowSourceProperty::setPropertyValue( const Any& rOuterValue, con
         {
             aSequenceMapping.realloc(0);
             DataSourceHelper::setRangeSegmentation(
-                m_spChart2ModelContact->getChartModel(), aSequenceMapping, bNewUseColumns , bHasCategories, bFirstCellAsLabel );
+                m_spChart2ModelContact->getChartModel(), aSequenceMapping, bNewUseColumns , bFirstCellAsLabel , bHasCategories);
         }
     }
 }


More information about the Libreoffice-commits mailing list