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 /sw | |
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 'sw')
-rw-r--r-- | sw/source/core/swg/SwXMLBlockExport.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/swg/SwXMLTextBlocks1.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/swxml.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/xmlfmt.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/xmlfmte.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/xmlmeta.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/xmltexte.cxx | 1 | ||||
-rw-r--r-- | sw/source/filter/xml/xmltexti.cxx | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/sw/source/core/swg/SwXMLBlockExport.cxx b/sw/source/core/swg/SwXMLBlockExport.cxx index 005211412e5e..ae8d81ca2352 100644 --- a/sw/source/core/swg/SwXMLBlockExport.cxx +++ b/sw/source/core/swg/SwXMLBlockExport.cxx @@ -20,6 +20,7 @@ #include <SwXMLBlockExport.hxx> #include <SwXMLTextBlocks.hxx> #include <com/sun/star/util/MeasureUnit.hpp> +#include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <xmloff/nmspmap.hxx> #include <xmloff/xmlnmspe.hxx> using namespace ::com::sun::star::uno; diff --git a/sw/source/core/swg/SwXMLTextBlocks1.cxx b/sw/source/core/swg/SwXMLTextBlocks1.cxx index 247cab4e6b21..91a9e385063e 100644 --- a/sw/source/core/swg/SwXMLTextBlocks1.cxx +++ b/sw/source/core/swg/SwXMLTextBlocks1.cxx @@ -33,6 +33,7 @@ #include <com/sun/star/xml/sax/FastParser.hpp> #include <com/sun/star/xml/sax/FastToken.hpp> #include <com/sun/star/xml/sax/Writer.hpp> +#include <com/sun/star/xml/sax/SAXParseException.hpp> #include <com/sun/star/document/XStorageBasedDocument.hpp> #include <doc.hxx> #include <docsh.hxx> diff --git a/sw/source/filter/xml/swxml.cxx b/sw/source/filter/xml/swxml.cxx index 138dc19981c8..01fe0ef9eefa 100644 --- a/sw/source/filter/xml/swxml.cxx +++ b/sw/source/filter/xml/swxml.cxx @@ -23,6 +23,7 @@ #include <comphelper/processfactory.hxx> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/Parser.hpp> +#include <com/sun/star/xml/sax/SAXParseException.hpp> #include <com/sun/star/text/XTextRange.hpp> #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/document/NamedPropertyValues.hpp> diff --git a/sw/source/filter/xml/xmlfmt.cxx b/sw/source/filter/xml/xmlfmt.cxx index 35257d16dfdc..43c851f23152 100644 --- a/sw/source/filter/xml/xmlfmt.cxx +++ b/sw/source/filter/xml/xmlfmt.cxx @@ -47,6 +47,7 @@ #include <xmloff/XMLTextMasterStylesContext.hxx> #include <xmloff/XMLTextShapeStyleContext.hxx> #include <xmloff/XMLGraphicsDefaultStyle.hxx> +#include <xmloff/table/XMLTableImport.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include "xmlimp.hxx" #include "xmltbli.hxx" diff --git a/sw/source/filter/xml/xmlfmte.cxx b/sw/source/filter/xml/xmlfmte.cxx index c8aa5a172691..c739acac7a1a 100644 --- a/sw/source/filter/xml/xmlfmte.cxx +++ b/sw/source/filter/xml/xmlfmte.cxx @@ -24,6 +24,7 @@ #include <xmloff/nmspmap.hxx> #include <xmloff/XMLTextListAutoStylePool.hxx> #include <xmloff/XMLTextMasterPageExport.hxx> +#include <xmloff/table/XMLTableExport.hxx> #include <xmloff/txtprmap.hxx> #include <xmloff/xmlaustp.hxx> diff --git a/sw/source/filter/xml/xmlmeta.cxx b/sw/source/filter/xml/xmlmeta.cxx index 350e9d088535..b7b17b2e2b65 100644 --- a/sw/source/filter/xml/xmlmeta.cxx +++ b/sw/source/filter/xml/xmlmeta.cxx @@ -23,6 +23,7 @@ #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmlmetai.hxx> #include <xmloff/xmlmetae.hxx> +#include <xmloff/ProgressBarHelper.hxx> #include <editeng/langitem.hxx> #include <o3tl/safeint.hxx> #include <xmloff/xmluconv.hxx> diff --git a/sw/source/filter/xml/xmltexte.cxx b/sw/source/filter/xml/xmltexte.cxx index 5d12115e023c..a46db95870ca 100644 --- a/sw/source/filter/xml/xmltexte.cxx +++ b/sw/source/filter/xml/xmltexte.cxx @@ -30,6 +30,7 @@ #include <xmloff/xmltoken.hxx> #include <xmloff/txtprmap.hxx> #include <xmloff/maptype.hxx> +#include <xmloff/xmlexppr.hxx> #include <svx/svdobj.hxx> #include <doc.hxx> diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx index 02851e8e6a48..01d742dc1489 100644 --- a/sw/source/filter/xml/xmltexti.cxx +++ b/sw/source/filter/xml/xmltexti.cxx @@ -35,6 +35,7 @@ #include <xmloff/xmlprmap.hxx> #include <xmloff/txtprmap.hxx> #include <xmloff/i18nmap.hxx> +#include <xmloff/xmlimppr.hxx> #include <unocrsr.hxx> #include <TextCursorHelper.hxx> #include <unoframe.hxx> |