chart2/source/tools/RegressionCurveModel.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 877dea227e44e52f789517471c21615ff2d95716
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Thu Apr 20 15:13:28 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Thu Apr 20 18:40:16 2023 +0200

    return this map by const&
    
    Change-Id: I471bdc5ceb85d19332d32abc8469f90f28947eee
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150699
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/chart2/source/tools/RegressionCurveModel.cxx 
b/chart2/source/tools/RegressionCurveModel.cxx
index 66bd21aa84d4..23d3a4d9ac05 100644
--- a/chart2/source/tools/RegressionCurveModel.cxx
+++ b/chart2/source/tools/RegressionCurveModel.cxx
@@ -99,7 +99,7 @@ void lcl_AddPropertiesToVector(
                 beans::PropertyAttribute::BOUND );
 }
 
-::chart::tPropertyValueMap GetStaticXXXDefaults()
+const ::chart::tPropertyValueMap & GetStaticXXXDefaults()
 {
     static ::chart::tPropertyValueMap aStaticDefaults =
         [](){

Reply via email to