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

Tomaž Vajngerl tomaz.vajngerl at collabora.com
Wed May 7 00:30:01 PDT 2014


 chart2/source/controller/dialogs/dlg_ObjectProperties.cxx |    2 
 chart2/source/inc/RegressionCalculationHelper.hxx         |  123 ++++++++++++++
 chart2/source/tools/RegressionCalculationHelper.hxx       |  123 --------------
 3 files changed, 124 insertions(+), 124 deletions(-)

New commits:
commit 65f127f687916c8166d483a2769d2c344b0314e6
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.com>
Date:   Wed May 7 09:28:01 2014 +0200

    chart2: move RegressionCalculationHelper.hxx to inc
    
    Change-Id: Ie49a9e20f72c8e2f81b2d169f5fd19964811c193

diff --git a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
index 9e707cb..b279f05 100644
--- a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
+++ b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
@@ -46,7 +46,7 @@
 #include "ExplicitCategoriesProvider.hxx"
 #include "ChartModel.hxx"
 #include "CommonConverters.hxx"
-#include "../../tools/RegressionCalculationHelper.hxx"
+#include "RegressionCalculationHelper.hxx"
 
 #include <com/sun/star/chart2/XAxis.hpp>
 #include <com/sun/star/chart2/XChartType.hpp>
diff --git a/chart2/source/tools/RegressionCalculationHelper.hxx b/chart2/source/inc/RegressionCalculationHelper.hxx
similarity index 100%
rename from chart2/source/tools/RegressionCalculationHelper.hxx
rename to chart2/source/inc/RegressionCalculationHelper.hxx


More information about the Libreoffice-commits mailing list