summaryrefslogtreecommitdiff
path: root/sw/source/core/draw/dpage.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-10-29 12:11:35 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-05 08:40:15 +0100
commitee909ca2c02f949605f68720c3f1eef658502749 (patch)
treedbbb17190d41ef3e59e307032848f0f3604650f6 /sw/source/core/draw/dpage.cxx
parentf6e7683847e5c959948b55c35bc916c69beb615e (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Id33b8c1e0c02c21591b167a8b3f0ea288fac63bd Reviewed-on: https://gerrit.libreoffice.org/81689 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/core/draw/dpage.cxx')
-rw-r--r--sw/source/core/draw/dpage.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/core/draw/dpage.cxx b/sw/source/core/draw/dpage.cxx
index b5f1698eebfe..45f88403123c 100644
--- a/sw/source/core/draw/dpage.cxx
+++ b/sw/source/core/draw/dpage.cxx
@@ -17,35 +17,26 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <basic/basmgr.hxx>
#include <editeng/flditem.hxx>
#include <vcl/imapobj.hxx>
#include <svl/urihelper.hxx>
#include <sfx2/sfxhelp.hxx>
-#include <unotools/securityoptions.hxx>
#include <vcl/help.hxx>
-#include <vcl/svapp.hxx>
#include <svx/svdview.hxx>
#include <fmturl.hxx>
#include <frmfmt.hxx>
#include <doc.hxx>
#include <IDocumentLayoutAccess.hxx>
-#include <shellres.hxx>
#include <viewimp.hxx>
#include <pagefrm.hxx>
-#include <cntfrm.hxx>
#include <rootfrm.hxx>
-#include <frmatr.hxx>
#include <viewsh.hxx>
#include <drawdoc.hxx>
#include <dpage.hxx>
#include <dcontact.hxx>
#include <dflyobj.hxx>
#include <docsh.hxx>
-#include <usrfld.hxx>
#include <flyfrm.hxx>
-#include <ndnotxt.hxx>
-#include <grfatr.hxx>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
using namespace ::com::sun::star::uno;