summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-05-07 09:28:01 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-05-07 09:29:18 +0200
commit65f127f687916c8166d483a2769d2c344b0314e6 (patch)
tree3a38c73302d65c1ae5d2ed929f0d7080cef85750
parent6cc92a2fead337eef3d9cc3e5818cfcc505e4651 (diff)
chart2: move RegressionCalculationHelper.hxx to inc
Change-Id: Ie49a9e20f72c8e2f81b2d169f5fd19964811c193
-rw-r--r--chart2/source/controller/dialogs/dlg_ObjectProperties.cxx2
-rw-r--r--chart2/source/inc/RegressionCalculationHelper.hxx (renamed from chart2/source/tools/RegressionCalculationHelper.hxx)0
2 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx b/chart2/source/controller/dialogs/dlg_ObjectProperties.cxx
index 9e707cbd9824..b279f0514b9f 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
index 523108bebc54..523108bebc54 100644
--- a/chart2/source/tools/RegressionCalculationHelper.hxx
+++ b/chart2/source/inc/RegressionCalculationHelper.hxx