diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-16 23:16:31 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-18 10:06:40 +0200 |
commit | 5503c8904a735f2b47adc29a1fc6500961c01be6 (patch) | |
tree | a7a4a2407762cf70138bbe08048d2f76ab71d851 /sw/qa/api | |
parent | 408fcdf20c4ce505c1905d63d2fa6a14a12fc7f5 (diff) |
tdf#42949 Fix IWYU warnings in sw/qa/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ia0c79c2455a3b40384332c8c35215671e257a07f
Reviewed-on: https://gerrit.libreoffice.org/70847
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/qa/api')
-rw-r--r-- | sw/qa/api/SwXDocumentIndex.cxx | 1 | ||||
-rw-r--r-- | sw/qa/api/SwXDocumentSettings.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/api/SwXDocumentIndex.cxx b/sw/qa/api/SwXDocumentIndex.cxx index b04ba82875cb..e08eb9c00685 100644 --- a/sw/qa/api/SwXDocumentIndex.cxx +++ b/sw/qa/api/SwXDocumentIndex.cxx @@ -17,7 +17,6 @@ #include <unotest/macros_test.hxx> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/DispatchHelper.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/sw/qa/api/SwXDocumentSettings.cxx b/sw/qa/api/SwXDocumentSettings.cxx index 7a2bce7b35e7..dd28bb543553 100644 --- a/sw/qa/api/SwXDocumentSettings.cxx +++ b/sw/qa/api/SwXDocumentSettings.cxx @@ -15,7 +15,6 @@ #include <unotest/macros_test.hxx> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/DispatchHelper.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> |