summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/autoredactdialog.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-01-03 00:41:00 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-13 11:50:28 +0100
commitf7804fc28bc65de4938d67d6f8a19f1eacab3341 (patch)
tree3117abfabc42be86626e30a025e286a6043f5384 /sfx2/source/doc/autoredactdialog.cxx
parentc1482ce923ef033b5db989524d836a3bb4148b0d (diff)
tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9e5e767f916d317761ac9a19124c19b822226ff5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86152 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sfx2/source/doc/autoredactdialog.cxx')
-rw-r--r--sfx2/source/doc/autoredactdialog.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/doc/autoredactdialog.cxx b/sfx2/source/doc/autoredactdialog.cxx
index 810952257c37..95780bde8320 100644
--- a/sfx2/source/doc/autoredactdialog.cxx
+++ b/sfx2/source/doc/autoredactdialog.cxx
@@ -9,26 +9,14 @@
#include <autoredactdialog.hxx>
-#include <preview.hxx>
-#include <sfx2/app.hxx>
-#include <sfx2/docfile.hxx>
#include <sfx2/filedlghelper.hxx>
-#include <sfx2/objsh.hxx>
#include <sfx2/sfxresid.hxx>
-#include <sfx2/sfxsids.hrc>
#include <sfx2/strings.hrc>
#include <osl/file.hxx>
#include <sal/log.hxx>
-#include <svl/eitem.hxx>
-#include <svl/itemset.hxx>
-#include <svtools/ehdl.hxx>
-#include <svtools/sfxecode.hxx>
#include <vcl/svapp.hxx>
-#include <vcl/idle.hxx>
#include <vcl/weld.hxx>
-#include <tools/debug.hxx>
-#include <tools/urlobj.hxx>
#include <unotools/viewoptions.hxx>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>