diff options
Diffstat (limited to 'chart2/source')
11 files changed, 12 insertions, 0 deletions
diff --git a/chart2/source/controller/accessibility/AccessibleBase.cxx b/chart2/source/controller/accessibility/AccessibleBase.cxx index aa99cffe9c30..c73221285e95 100644 --- a/chart2/source/controller/accessibility/AccessibleBase.cxx +++ b/chart2/source/controller/accessibility/AccessibleBase.cxx @@ -47,6 +47,8 @@ #include <vcl/unohelp.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <vcl/window.hxx> +#include <vcl/graph.hxx> +#include <vcl/settings.hxx> #include <algorithm> #include <o3tl/compat_functional.hxx> diff --git a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx index 342facf7c49b..3d6f4c4dbfba 100644 --- a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx @@ -53,6 +53,7 @@ #include <comphelper/InlineContainer.hxx> #include <comphelper/processfactory.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <com/sun/star/drawing/ShapeCollection.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> diff --git a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx index 5cdda02b0d62..43f560fa1d28 100644 --- a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx +++ b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx @@ -39,6 +39,7 @@ // header for class Bitmap #include <vcl/bitmap.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/chart2/source/controller/dialogs/DataBrowser.cxx b/chart2/source/controller/dialogs/DataBrowser.cxx index 6836e8f0d9b8..01ea4c277285 100644 --- a/chart2/source/controller/dialogs/DataBrowser.cxx +++ b/chart2/source/controller/dialogs/DataBrowser.cxx @@ -41,6 +41,7 @@ #include <vcl/image.hxx> #include <vcl/layout.hxx> #include <vcl/msgbox.hxx> +#include <vcl/settings.hxx> #include <rtl/math.hxx> #include <com/sun/star/util/XCloneable.hpp> diff --git a/chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx b/chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx index 47e00d25df1a..b392b717a2df 100644 --- a/chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx +++ b/chart2/source/controller/dialogs/dlg_InsertErrorBars.cxx @@ -29,6 +29,7 @@ #include <com/sun/star/chart2/XAxis.hpp> #include <com/sun/star/chart2/XDiagram.hpp> +#include <vcl/settings.hxx> using ::com::sun::star::uno::Reference; using namespace ::com::sun::star; diff --git a/chart2/source/controller/dialogs/tp_ErrorBars.cxx b/chart2/source/controller/dialogs/tp_ErrorBars.cxx index 7b6743d8b09c..05b04b07fe0a 100644 --- a/chart2/source/controller/dialogs/tp_ErrorBars.cxx +++ b/chart2/source/controller/dialogs/tp_ErrorBars.cxx @@ -21,6 +21,7 @@ #include "ResId.hxx" #include "TabPages.hrc" #include "TabPageNotifiable.hxx" +#include <vcl/settings.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/controller/dialogs/tp_Trendline.cxx b/chart2/source/controller/dialogs/tp_Trendline.cxx index cbe03b0fba96..f8633d8462fd 100644 --- a/chart2/source/controller/dialogs/tp_Trendline.cxx +++ b/chart2/source/controller/dialogs/tp_Trendline.cxx @@ -20,6 +20,7 @@ #include "tp_Trendline.hxx" #include "ResId.hxx" #include "TabPages.hrc" +#include <vcl/settings.hxx> namespace chart { diff --git a/chart2/source/controller/main/ChartController_Window.cxx b/chart2/source/controller/main/ChartController_Window.cxx index 439c13cd9993..f51dd49efe85 100644 --- a/chart2/source/controller/main/ChartController_Window.cxx +++ b/chart2/source/controller/main/ChartController_Window.cxx @@ -69,6 +69,7 @@ // header for class SdrDragMethod #include <svx/svddrgmt.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <osl/mutex.hxx> // for InfoBox diff --git a/chart2/source/controller/main/ChartWindow.cxx b/chart2/source/controller/main/ChartWindow.cxx index a1c3870afe35..c56489f000fb 100644 --- a/chart2/source/controller/main/ChartWindow.cxx +++ b/chart2/source/controller/main/ChartWindow.cxx @@ -22,6 +22,7 @@ #include "HelpIds.hrc" #include <vcl/help.hxx> +#include <vcl/settings.hxx> using namespace ::com::sun::star; diff --git a/chart2/source/model/main/ChartModel_Persistence.cxx b/chart2/source/model/main/ChartModel_Persistence.cxx index 003e3354a271..22e78a15f85a 100644 --- a/chart2/source/model/main/ChartModel_Persistence.cxx +++ b/chart2/source/model/main/ChartModel_Persistence.cxx @@ -49,6 +49,7 @@ #include <comphelper/processfactory.hxx> #include <comphelper/storagehelper.hxx> #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> #include <algorithm> #include <functional> diff --git a/chart2/source/tools/DiagramHelper.cxx b/chart2/source/tools/DiagramHelper.cxx index 7aa0f9743e44..a683903c9b44 100644 --- a/chart2/source/tools/DiagramHelper.cxx +++ b/chart2/source/tools/DiagramHelper.cxx @@ -57,6 +57,7 @@ #include <svl/zformat.hxx> // header for class Application #include <vcl/svapp.hxx> +#include <vcl/settings.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::chart2; |