diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-27 23:08:16 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-30 10:03:30 +0200 |
commit | f0e0fb71fc6eefc65afdf1650100ffd4c64c18d0 (patch) | |
tree | ac45e47992992c5ac0de2d84bc7b2ebeb2bba125 /xmloff/source/draw/descriptionimp.cxx | |
parent | 8aa8893be8f3c7e4acfdacb401f8fe3d297647b5 (diff) |
tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxx
Also checked xmloff/qa
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I843917d255f841066ace8d944aa1d00f1b718108
Reviewed-on: https://gerrit.libreoffice.org/79773
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmloff/source/draw/descriptionimp.cxx')
-rw-r--r-- | xmloff/source/draw/descriptionimp.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/draw/descriptionimp.cxx b/xmloff/source/draw/descriptionimp.cxx index 705528886271..ca78afbee0ab 100644 --- a/xmloff/source/draw/descriptionimp.cxx +++ b/xmloff/source/draw/descriptionimp.cxx @@ -21,8 +21,6 @@ #include <com/sun/star/xml/sax/XAttributeList.hpp> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlimp.hxx> -#include <xmloff/xmlnmspe.hxx> -#include <xmloff/nmspmap.hxx> #include "descriptionimp.hxx" |