summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galmisc.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-02-22 17:47:06 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-02-24 15:55:08 +0100
commit6dd18351e3004d9a0c0d78265080be9c894edb92 (patch)
treeb58315d0ccdc80b0dac91854fd20451c75d7c982 /svx/source/gallery2/galmisc.cxx
parent04a7274a5158a9acd36c2ad20d45c63dc052a5cf (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/galmisc.cxx')
-rw-r--r--svx/source/gallery2/galmisc.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/svx/source/gallery2/galmisc.cxx b/svx/source/gallery2/galmisc.cxx
index facb4989d5d9..b51cdb1af2b2 100644
--- a/svx/source/gallery2/galmisc.cxx
+++ b/svx/source/gallery2/galmisc.cxx
@@ -25,30 +25,22 @@
#include <comphelper/string.hxx>
#include <ucbhelper/content.hxx>
#include <com/sun/star/ucb/ContentCreationException.hpp>
-#include <unotools/resmgr.hxx>
#include <tools/urlobj.hxx>
-#include <svl/solar.hrc>
-#include <svl/urihelper.hxx>
#include <vcl/graphicfilter.hxx>
#include <svl/itempool.hxx>
#include <sfx2/docfile.hxx>
-#include <avmedia/mediawindow.hxx>
#include <vcl/svapp.hxx>
-#include <vcl/settings.hxx>
+#include <vcl/window.hxx>
#include <svx/svdpage.hxx>
#include <svx/dialmgr.hxx>
#include <svx/svdograf.hxx>
#include <svx/fmmodel.hxx>
-#include <svx/fmview.hxx>
#include <svx/unomodel.hxx>
#include "codec.hxx"
#include <svx/strings.hrc>
-#include <svx/gallery1.hxx>
#include <svx/galtheme.hxx>
#include <svx/galmisc.hxx>
#include <com/sun/star/awt/XProgressMonitor.hpp>
-#include <com/sun/star/sdbc/XResultSet.hpp>
-#include <com/sun/star/ucb/XContentAccess.hpp>
#include <com/sun/star/ucb/TransferInfo.hpp>
#include <com/sun/star/ucb/NameClash.hpp>
#include <memory>