diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-12 20:55:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-19 09:38:53 +0100 |
commit | 492ea7e08571e466e37f870b7642a79df55c2e92 (patch) | |
tree | 902686cce366dc110cb46d8164b22658235c575e /chart2/source/controller | |
parent | 50e644253f78ab002f180fb8e82ca181b95cb7ff (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[ab]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: If18c80fc64e55d797953e24e40e5d5e62bd9c625
Reviewed-on: https://gerrit.libreoffice.org/63453
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'chart2/source/controller')
6 files changed, 6 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/DataBrowser.cxx b/chart2/source/controller/dialogs/DataBrowser.cxx index 5e31483aa7c9..46493dc61bdd 100644 --- a/chart2/source/controller/dialogs/DataBrowser.cxx +++ b/chart2/source/controller/dialogs/DataBrowser.cxx @@ -39,6 +39,7 @@ #include <vcl/weld.hxx> #include <vcl/settings.hxx> #include <rtl/math.hxx> +#include <osl/diagnose.h> #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/chart2/XChartDocument.hpp> diff --git a/chart2/source/controller/dialogs/dlg_DataEditor.cxx b/chart2/source/controller/dialogs/dlg_DataEditor.cxx index 5792972d63cb..45c8cdbaa27c 100644 --- a/chart2/source/controller/dialogs/dlg_DataEditor.cxx +++ b/chart2/source/controller/dialogs/dlg_DataEditor.cxx @@ -21,6 +21,7 @@ #include "DataBrowser.hxx" #include <comphelper/stl_types.hxx> +#include <osl/diagnose.h> #include <sfx2/dispatch.hxx> #include <vcl/taskpanelist.hxx> #include <svtools/miscopt.hxx> diff --git a/chart2/source/controller/dialogs/res_DataLabel.cxx b/chart2/source/controller/dialogs/res_DataLabel.cxx index 808abd4be90e..0d7e48f264b5 100644 --- a/chart2/source/controller/dialogs/res_DataLabel.cxx +++ b/chart2/source/controller/dialogs/res_DataLabel.cxx @@ -33,6 +33,7 @@ #include <svx/svxids.hrc> #include <svl/zforlist.hxx> #include <svtools/controldims.hxx> +#include <osl/diagnose.h> namespace chart { diff --git a/chart2/source/controller/dialogs/res_ErrorBar.cxx b/chart2/source/controller/dialogs/res_ErrorBar.cxx index 6262bf63dba6..c1ea174c43d3 100644 --- a/chart2/source/controller/dialogs/res_ErrorBar.cxx +++ b/chart2/source/controller/dialogs/res_ErrorBar.cxx @@ -27,6 +27,7 @@ #include <rtl/math.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <svl/stritem.hxx> #define CHART_LB_FUNCTION_STD_ERROR 0 diff --git a/chart2/source/controller/dialogs/tp_RangeChooser.cxx b/chart2/source/controller/dialogs/tp_RangeChooser.cxx index da340f0c1ac8..158266f00d42 100644 --- a/chart2/source/controller/dialogs/tp_RangeChooser.cxx +++ b/chart2/source/controller/dialogs/tp_RangeChooser.cxx @@ -29,6 +29,7 @@ #include <com/sun/star/embed/XComponentSupplier.hpp> #include <com/sun/star/chart2/XChartTypeTemplate.hpp> #include <svtools/miscopt.hxx> +#include <osl/diagnose.h> namespace { diff --git a/chart2/source/controller/dialogs/tp_Scale.cxx b/chart2/source/controller/dialogs/tp_Scale.cxx index 21794cf1a9b6..5c320ddf6151 100644 --- a/chart2/source/controller/dialogs/tp_Scale.cxx +++ b/chart2/source/controller/dialogs/tp_Scale.cxx @@ -26,6 +26,7 @@ #include <svx/svxids.hrc> #include <rtl/math.hxx> +#include <osl/diagnose.h> #include <svx/chrtitem.hxx> #include <svl/eitem.hxx> #include <svl/intitem.hxx> |