diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-23 23:00:19 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-29 12:00:51 +0100 |
commit | 9600a5abc93406bd966507edda3f66ef599fc8d7 (patch) | |
tree | 283440fd02b5aac89e3046ad1539cef2221b0622 /sw/source/ui/vba/vbabookmark.cxx | |
parent | 0652ea61c5c3e6caea1e2ac2e7ffbce307f5fa55 (diff) |
tdf#42949 Fix IWYU warnings in sw/source/ui/vba/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iafc34cffc3257d785d61f60fc37dc95e5250435c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87308
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/ui/vba/vbabookmark.cxx')
-rw-r--r-- | sw/source/ui/vba/vbabookmark.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/vba/vbabookmark.cxx b/sw/source/ui/vba/vbabookmark.cxx index af8d211fa439..6c156973058c 100644 --- a/sw/source/ui/vba/vbabookmark.cxx +++ b/sw/source/ui/vba/vbabookmark.cxx @@ -18,16 +18,12 @@ */ #include "vbabookmark.hxx" #include <vbahelper/vbahelper.hxx> -#include <tools/diagnose_ex.h> #include <com/sun/star/text/XBookmarksSupplier.hpp> #include <com/sun/star/text/XTextDocument.hpp> #include <com/sun/star/text/XTextContent.hpp> #include <com/sun/star/text/XTextRange.hpp> -#include <com/sun/star/text/XTextViewCursor.hpp> -#include <com/sun/star/text/XTextViewCursorSupplier.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> #include "vbarange.hxx" -#include "wordvbahelper.hxx" using namespace ::ooo::vba; using namespace ::com::sun::star; |