summaryrefslogtreecommitdiff
path: root/chart2/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc')
-rw-r--r--chart2/source/inc/AxisIndexDefines.hxx2
-rw-r--r--chart2/source/inc/ChartResourceGroups.hxx5
-rw-r--r--chart2/source/inc/FormattedStringHelper.hxx1
-rw-r--r--chart2/source/inc/MediaDescriptorHelper.hxx1
-rw-r--r--chart2/source/inc/ModifyListenerHelper.hxx1
-rw-r--r--chart2/source/inc/RegressionCalculationHelper.hxx2
-rw-r--r--chart2/source/inc/TrueGuard.hxx2
7 files changed, 6 insertions, 8 deletions
diff --git a/chart2/source/inc/AxisIndexDefines.hxx b/chart2/source/inc/AxisIndexDefines.hxx
index e7d118048301..bc8b4e6dd2ea 100644
--- a/chart2/source/inc/AxisIndexDefines.hxx
+++ b/chart2/source/inc/AxisIndexDefines.hxx
@@ -19,6 +19,8 @@
#ifndef INCLUDED_CHART2_SOURCE_INC_AXISINDEXDEFINES_HXX
#define INCLUDED_CHART2_SOURCE_INC_AXISINDEXDEFINES_HXX
+#include <sal/types.h>
+
namespace chart
{
diff --git a/chart2/source/inc/ChartResourceGroups.hxx b/chart2/source/inc/ChartResourceGroups.hxx
index 6e474992dda7..3317f83acd09 100644
--- a/chart2/source/inc/ChartResourceGroups.hxx
+++ b/chart2/source/inc/ChartResourceGroups.hxx
@@ -23,10 +23,7 @@
#include "res_BarGeometry.hxx"
#include "ChangingResource.hxx"
#include "ChartTypeDialogController.hxx"
-
-#include <vcl/tabpage.hxx>
-
-#include <com/sun/star/chart2/XChartDocument.hpp>
+#include "ChartResourceGroupDlgs.hxx"
namespace chart
{
diff --git a/chart2/source/inc/FormattedStringHelper.hxx b/chart2/source/inc/FormattedStringHelper.hxx
index e20f00a1692d..91e337248914 100644
--- a/chart2/source/inc/FormattedStringHelper.hxx
+++ b/chart2/source/inc/FormattedStringHelper.hxx
@@ -19,7 +19,6 @@
#ifndef INCLUDED_CHART2_SOURCE_INC_FORMATTEDSTRINGHELPER_HXX
#define INCLUDED_CHART2_SOURCE_INC_FORMATTEDSTRINGHELPER_HXX
-#include "charttoolsdllapi.hxx"
#include <com/sun/star/uno/Sequence.h>
namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } }
diff --git a/chart2/source/inc/MediaDescriptorHelper.hxx b/chart2/source/inc/MediaDescriptorHelper.hxx
index 85f88b1a1e0e..1b1025007949 100644
--- a/chart2/source/inc/MediaDescriptorHelper.hxx
+++ b/chart2/source/inc/MediaDescriptorHelper.hxx
@@ -21,6 +21,7 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/Reference.hxx>
+#include <com/sun/star/beans/PropertyValue.hpp>
#include "charttoolsdllapi.hxx"
namespace com { namespace sun { namespace star { namespace beans { struct PropertyValue; } } } }
diff --git a/chart2/source/inc/ModifyListenerHelper.hxx b/chart2/source/inc/ModifyListenerHelper.hxx
index 4083edad9bc6..04d044172fba 100644
--- a/chart2/source/inc/ModifyListenerHelper.hxx
+++ b/chart2/source/inc/ModifyListenerHelper.hxx
@@ -24,7 +24,6 @@
#include <cppuhelper/compbase.hxx>
#include "MutexContainer.hxx"
-#include "charttoolsdllapi.hxx"
#include <vector>
#include <algorithm>
diff --git a/chart2/source/inc/RegressionCalculationHelper.hxx b/chart2/source/inc/RegressionCalculationHelper.hxx
index eb1e46703e39..3019b0939807 100644
--- a/chart2/source/inc/RegressionCalculationHelper.hxx
+++ b/chart2/source/inc/RegressionCalculationHelper.hxx
@@ -19,6 +19,8 @@
#ifndef INCLUDED_CHART2_SOURCE_INC_REGRESSIONCALCULATIONHELPER_HXX
#define INCLUDED_CHART2_SOURCE_INC_REGRESSIONCALCULATIONHELPER_HXX
+#include <com/sun/star/uno/Sequence.hxx>
+
#include <rtl/math.hxx>
#include <utility>
diff --git a/chart2/source/inc/TrueGuard.hxx b/chart2/source/inc/TrueGuard.hxx
index 38671d3a441f..19047fe8065b 100644
--- a/chart2/source/inc/TrueGuard.hxx
+++ b/chart2/source/inc/TrueGuard.hxx
@@ -19,8 +19,6 @@
#ifndef INCLUDED_CHART2_SOURCE_INC_TRUEGUARD_HXX
#define INCLUDED_CHART2_SOURCE_INC_TRUEGUARD_HXX
-#include "charttoolsdllapi.hxx"
-
namespace chart
{
/** This guard sets the given boolean reference to true in the constructor and to false in the destructor