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

New commits:
commit d9473f25380c627966b4406cc4cdfaafcf44bc37
Author: Markus Mohrhard <markus.mohrh...@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);
         }
     }
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to