diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-07 15:09:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-24 14:39:20 +0200 |
commit | 6b82bbd9e7c3aab343c5e7e9e3fb0bcfc70e2cb7 (patch) | |
tree | d59da099ebf1b8871cb8700492b6952f5d611b2e /xmloff/source/chart/SchXMLLegendContext.cxx | |
parent | 41d0f5540208f7b86c91804631a141380c397a57 (diff) |
tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iaad32419c49406a11f7cfb5856b33539d2a2894b
Reviewed-on: https://gerrit.libreoffice.org/79077
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/source/chart/SchXMLLegendContext.cxx')
-rw-r--r-- | xmloff/source/chart/SchXMLLegendContext.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/chart/SchXMLLegendContext.cxx b/xmloff/source/chart/SchXMLLegendContext.cxx index c1c3da637a5d..29b7ba09e960 100644 --- a/xmloff/source/chart/SchXMLLegendContext.cxx +++ b/xmloff/source/chart/SchXMLLegendContext.cxx @@ -20,6 +20,7 @@ #include "SchXMLLegendContext.hxx" #include "SchXMLEnumConverter.hxx" +#include <xmloff/xmlimp.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmlement.hxx> #include <xmloff/prstylei.hxx> |