diff options
author | Matteo Casalin <matteo.casalin@gmx.com> | 2012-03-04 21:01:01 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@gmx.com> | 2012-04-03 20:49:08 +0200 |
commit | 6ac9544454daa0330f84fd10de26ee6d4d657990 (patch) | |
tree | 7f0adf0d6f8c3ea34d5377a2377090057462d4f4 /chart2 | |
parent | f3b8d732f376c56a39f962dce4faa0335bfe12df (diff) |
Cleanup some unnecessary #include
Diffstat (limited to 'chart2')
3 files changed, 3 insertions, 2 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 { diff --git a/chart2/source/controller/inc/res_ErrorBar.hxx b/chart2/source/controller/inc/res_ErrorBar.hxx index 74ee6de625fe..747bac279952 100644 --- a/chart2/source/controller/inc/res_ErrorBar.hxx +++ b/chart2/source/controller/inc/res_ErrorBar.hxx @@ -32,7 +32,6 @@ #include <vcl/fixed.hxx> #include <vcl/field.hxx> #include <vcl/lstbox.hxx> -#include <svtools/valueset.hxx> #include <svl/itemset.hxx> #include <svx/chrtitem.hxx> #include "chartview/ChartSfxItemIds.hxx" |