diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-03-07 03:33:53 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-10 09:29:27 +0100 |
commit | a11c10a83f6fceae6cfb519725d06f8eaf1013fb (patch) | |
tree | 694c89e96bf9657e73bcd2039931f81c81fb713a /svx/source/xml/xmlxtexp.cxx | |
parent | 74f0105a2c140d078932576b457a327f3d2490a6 (diff) |
tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I8d8a3e13932b004678b305f9a6883062854f9201
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90140
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/xml/xmlxtexp.cxx')
-rw-r--r-- | svx/source/xml/xmlxtexp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/xml/xmlxtexp.cxx b/svx/source/xml/xmlxtexp.cxx index 4ec6f5aeb8db..68b5ea9bd326 100644 --- a/svx/source/xml/xmlxtexp.cxx +++ b/svx/source/xml/xmlxtexp.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/awt/Gradient.hpp> #include <com/sun/star/awt/XBitmap.hpp> #include <com/sun/star/drawing/Hatch.hpp> -#include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <sax/tools/converter.hxx> |