diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-18 16:01:16 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-22 08:56:11 +0200 |
commit | 3847676cf616ccce40037444e8386dec059487bf (patch) | |
tree | 91b01be4248945599617dde39911e518d2919832 /cui | |
parent | 9bd5ba2d3a6f63279acfeea63303825bd300c778 (diff) |
tdf#42949 Fix IWYU warnings in include/svx/[h-r]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ib7e1d0f7483aa8b5cab320278714f2d5f36fdbd9
Reviewed-on: https://gerrit.libreoffice.org/72534
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/numpages.hxx | 1 | ||||
-rw-r--r-- | cui/source/options/optchart.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx index c1a1869c551a..dda1de56c2ce 100644 --- a/cui/source/inc/numpages.hxx +++ b/cui/source/inc/numpages.hxx @@ -27,6 +27,7 @@ #include <editeng/numdef.hxx> #include <editeng/svxenum.hxx> #include <svtools/ctrlbox.hxx> +#include <vcl/customweld.hxx> #define MN_GALLERY_ENTRY 100 diff --git a/cui/source/options/optchart.cxx b/cui/source/options/optchart.cxx index b9fd2a02bbda..0347f7ad4de9 100644 --- a/cui/source/options/optchart.cxx +++ b/cui/source/options/optchart.cxx @@ -19,6 +19,7 @@ #include <unotools/pathoptions.hxx> #include "optchart.hxx" +#include <svx/SvxColorValueSet.hxx> #include <vcl/weld.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> |