diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-04 22:49:21 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-11 08:48:04 +0200 |
commit | a7ceb3352ad0a35ce2eeb8407cace19e1d14a9db (patch) | |
tree | d9597acb78e695b92d35aaa1e7bc4b1b59732906 /chart2 | |
parent | b70ab9e9e5630a965c5e6cc40c2480dddf1e2384 (diff) |
tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie2a4122d67d2d40732e6fd00b584f33edd802c5b
Reviewed-on: https://gerrit.libreoffice.org/73476
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'chart2')
3 files changed, 3 insertions, 0 deletions
diff --git a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx index fa253a6830e3..0676134808e0 100644 --- a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx @@ -23,6 +23,7 @@ #include <PropertyHelper.hxx> #include <CommonConverters.hxx> #include <editeng/memberids.h> +#include <svx/unomid.hxx> #include <svx/xflbmtit.hxx> #include <svx/xflbstit.hxx> #include <svx/xbtmpit.hxx> diff --git a/chart2/source/controller/main/ChartController_Tools.cxx b/chart2/source/controller/main/ChartController_Tools.cxx index 938c4a777f97..819800c00016 100644 --- a/chart2/source/controller/main/ChartController_Tools.cxx +++ b/chart2/source/controller/main/ChartController_Tools.cxx @@ -71,6 +71,7 @@ #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> +#include <sal/log.hxx> #include <memory> diff --git a/chart2/source/controller/sidebar/ChartLinePanel.cxx b/chart2/source/controller/sidebar/ChartLinePanel.cxx index 8f923bc04103..8310a7a44707 100644 --- a/chart2/source/controller/sidebar/ChartLinePanel.cxx +++ b/chart2/source/controller/sidebar/ChartLinePanel.cxx @@ -12,6 +12,7 @@ #include <PropertyHelper.hxx> #include <ChartController.hxx> +#include <svx/xlineit0.hxx> #include <svx/xlnwtit.hxx> #include <svx/xlinjoit.hxx> #include <svx/xlndsit.hxx> |