diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-02-22 17:47:06 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-02-24 15:55:08 +0100 |
commit | 6dd18351e3004d9a0c0d78265080be9c894edb92 (patch) | |
tree | b58315d0ccdc80b0dac91854fd20451c75d7c982 /svx/source/gallery2/gallery1.cxx | |
parent | 04a7274a5158a9acd36c2ad20d45c63dc052a5cf (diff) |
tdf#42949 Fix IWYU warnings in svx/source/[f-m]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I103c5c7f1a74e8c3a021a91c7a96ebc87cb19efd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89263
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/gallery2/gallery1.cxx')
-rw-r--r-- | svx/source/gallery2/gallery1.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/gallery2/gallery1.cxx b/svx/source/gallery2/gallery1.cxx index 1ee0d7edbf0f..8e0873ffd653 100644 --- a/svx/source/gallery2/gallery1.cxx +++ b/svx/source/gallery2/gallery1.cxx @@ -29,14 +29,11 @@ #include <sal/config.h> #include <comphelper/processfactory.hxx> -#include <osl/thread.h> -#include <tools/vcompat.hxx> #include <ucbhelper/content.hxx> #include <com/sun/star/ucb/ContentCreationException.hpp> #include <unotools/configmgr.hxx> #include <unotools/ucbstreamhelper.hxx> #include <unotools/pathoptions.hxx> -#include <sfx2/docfile.hxx> #include <svx/dialmgr.hxx> #include <svx/gallery.hxx> #include <svx/strings.hrc> |