diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-30 23:19:33 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-10-02 11:06:09 +0200 |
commit | 86f42c08c177791021f20db795b0c06ee9ce51ca (patch) | |
tree | da7fc045d9e079e44c5b7871ec4480e9442ce9ff /xmloff/source/transform/Oasis2OOo.cxx | |
parent | 59a0a2d08f4dab0ce6f32a2b4ef660a35f44a8cd (diff) |
tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I986ba9f661854d1b5fafc337ec109b0ee558a86a
Reviewed-on: https://gerrit.libreoffice.org/79904
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/source/transform/Oasis2OOo.cxx')
-rw-r--r-- | xmloff/source/transform/Oasis2OOo.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/transform/Oasis2OOo.cxx b/xmloff/source/transform/Oasis2OOo.cxx index 6959d2b55608..4b85666a02cc 100644 --- a/xmloff/source/transform/Oasis2OOo.cxx +++ b/xmloff/source/transform/Oasis2OOo.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <rtl/ustrbuf.hxx> #include <sal/log.hxx> -#include <sax/tools/converter.hxx> #include <xmloff/nmspmap.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> @@ -44,7 +43,6 @@ #include "TransformerActions.hxx" #include "FamilyType.hxx" #include "XMLFilterRegistration.hxx" -#include <facreg.hxx> #include <comphelper/servicehelper.hxx> #include "Oasis2OOo.hxx" #include <cppuhelper/supportsservice.hxx> |