summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs')
-rw-r--r--chart2/source/controller/dialogs/ChartTypeDialogController.cxx1
-rw-r--r--chart2/source/controller/dialogs/ChartTypeDialogController.hxx3
2 files changed, 3 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
index 98247b916614..f235ffa8d794 100644
--- a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
+++ b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
@@ -43,6 +43,7 @@
#include <com/sun/star/chart2/XDataSeriesContainer.hpp>
#include <svtools/controldims.hrc>
+#include <svtools/valueset.hxx>
// header for class Image
#include <vcl/image.hxx>
// header for class Bitmap
diff --git a/chart2/source/controller/dialogs/ChartTypeDialogController.hxx b/chart2/source/controller/dialogs/ChartTypeDialogController.hxx
index 787189149fb7..d0af40a64970 100644
--- a/chart2/source/controller/dialogs/ChartTypeDialogController.hxx
+++ b/chart2/source/controller/dialogs/ChartTypeDialogController.hxx
@@ -36,7 +36,6 @@
#include <com/sun/star/chart2/CurveStyle.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
#include <com/sun/star/chart2/XChartTypeTemplate.hpp>
-#include <svtools/valueset.hxx>
// header for class CheckBox
#include <vcl/button.hxx>
// header for class FixedText
@@ -45,6 +44,8 @@
#include <vcl/field.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
+class ValueSet;
+
//.............................................................................
namespace chart
{