diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-01-12 22:28:32 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-22 09:27:34 +0100 |
commit | 6e5cdd9d550576095c046f968877956a337330cb (patch) | |
tree | b58d2f0dd5ef349a67d353fc6ffb4ec3ef6b3e04 /xmloff/inc | |
parent | eaa026a063a950d3682a8f88272d1f9f2cc1f004 (diff) |
tdf#42949 Fix IWYU warnings in include/xmloff/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Id20e0bc42e39f868a7c5d49d756f2ad5e14a86c0
Reviewed-on: https://gerrit.libreoffice.org/66637
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLChartPropertySetMapper.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/inc/XMLChartPropertySetMapper.hxx b/xmloff/inc/XMLChartPropertySetMapper.hxx index f5cc42fd5f31..22564367d925 100644 --- a/xmloff/inc/XMLChartPropertySetMapper.hxx +++ b/xmloff/inc/XMLChartPropertySetMapper.hxx @@ -23,6 +23,7 @@ #include <xmloff/xmlexppr.hxx> #include <xmloff/xmlimppr.hxx> #include <xmloff/xmlimp.hxx> +#include <xmloff/prhdlfac.hxx> extern const XMLPropertyMapEntry aXMLChartPropMap[]; diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 2448e1b649b3..44540e4df500 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -32,6 +32,7 @@ #include <com/sun/star/util/Date.hpp> #include <xmloff/xmlictxt.hxx> #include <xmloff/txtimp.hxx> +#include <xmloff/xmltkmap.hxx> #include <rtl/ustrbuf.hxx> #include <vector> |