summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/bookmrk.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-08-25 16:57:40 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-08-26 15:24:51 +0200
commit944f29fb4701f96ede1d5b9ca69031725a6cf76f (patch)
tree6879b1a76658d25079c4ae95d88e2616f40d486a /sw/source/core/crsr/bookmrk.cxx
parent419b70b5d4db227509614bdea5b4b89bcf7a6032 (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/[a-c]*/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I1c68650bb93f918d7ff38491ffedf9af96d80b52 Reviewed-on: https://gerrit.libreoffice.org/78083 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sw/source/core/crsr/bookmrk.cxx')
-rw-r--r--sw/source/core/crsr/bookmrk.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/core/crsr/bookmrk.cxx b/sw/source/core/crsr/bookmrk.cxx
index e1230a94a7bd..c6b6af26d12b 100644
--- a/sw/source/core/crsr/bookmrk.cxx
+++ b/sw/source/core/crsr/bookmrk.cxx
@@ -19,7 +19,6 @@
#include <memory>
#include <bookmrk.hxx>
-#include <IDocumentMarkAccess.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentLinksAdministration.hxx>
#include <IDocumentState.hxx>
@@ -27,9 +26,7 @@
#include <ndtxt.hxx>
#include <pam.hxx>
#include <swserv.hxx>
-#include <svl/listener.hxx>
#include <sfx2/linkmgr.hxx>
-#include <swtypes.hxx>
#include <UndoBookmark.hxx>
#include <unobookmark.hxx>
#include <xmloff/odffields.hxx>
@@ -37,10 +34,10 @@
#include <comphelper/random.hxx>
#include <comphelper/anytostring.hxx>
#include <sal/log.hxx>
+#include <svl/zforlist.hxx>
#include <edtwin.hxx>
#include <DateFormFieldButton.hxx>
#include <DropDownFormFieldButton.hxx>
-#include <svx/numfmtsh.hxx>
#include <DocumentContentOperationsManager.hxx>
using namespace ::sw::mark;