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.vajng...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to