diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-04-10 13:11:33 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-04-12 15:20:47 +0200 |
commit | 2b44f9490853c9de5a0e92c41fdc1279b6c91e06 (patch) | |
tree | f381f0c82184c05df066fbd71a07a00da9a7345d /uui | |
parent | 67a5469f1cc40253453f1248622d2e52c92964ab (diff) |
Recheck modules [uU]* with IWYU
See tdf#42949 for motivation
Change-Id: If710445176681de8e0a0b6c65f58ecaca19dbccf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132768
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/inc/ids.hrc | 1 | ||||
-rw-r--r-- | uui/source/passwordcontainer.cxx | 2 | ||||
-rw-r--r-- | uui/source/passwordcontainer.hxx | 4 | ||||
-rw-r--r-- | uui/source/reloadeditable.cxx | 1 | ||||
-rw-r--r-- | uui/source/secmacrowarnings.cxx | 1 |
5 files changed, 1 insertions, 8 deletions
diff --git a/uui/inc/ids.hrc b/uui/inc/ids.hrc index 7359fe79f74f..4821c555918b 100644 --- a/uui/inc/ids.hrc +++ b/uui/inc/ids.hrc @@ -19,6 +19,7 @@ #pragma once +#include <unotools/resmgr.hxx> #include <vcl/errcode.hxx> #include <utility> diff --git a/uui/source/passwordcontainer.cxx b/uui/source/passwordcontainer.cxx index 2e2d0b0ac3cb..80ad1495a72d 100644 --- a/uui/source/passwordcontainer.cxx +++ b/uui/source/passwordcontainer.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <comphelper/processfactory.hxx> -#include <cppuhelper/factory.hxx> #include <cppuhelper/supportsservice.hxx> #include <osl/diagnose.h> diff --git a/uui/source/passwordcontainer.hxx b/uui/source/passwordcontainer.hxx index a18951161a80..e111dcb34fc7 100644 --- a/uui/source/passwordcontainer.hxx +++ b/uui/source/passwordcontainer.hxx @@ -22,7 +22,6 @@ #include <cppuhelper/implbase.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/task/XInteractionHandler2.hpp> #include <com/sun/star/task/XPasswordContainer2.hpp> #include <com/sun/star/uno/XComponentContext.hpp> @@ -30,9 +29,6 @@ namespace com { namespace sun { namespace star { - namespace lang { - class XMultiServiceFactory; - } namespace ucb { class AuthenticationRequest; class XInteractionSupplyAuthentication; diff --git a/uui/source/reloadeditable.cxx b/uui/source/reloadeditable.cxx index 9dad2e183abf..e665c9a8efc7 100644 --- a/uui/source/reloadeditable.cxx +++ b/uui/source/reloadeditable.cxx @@ -19,7 +19,6 @@ #include <strings.hrc> #include "reloadeditable.hxx" -#include <officecfg/Office/Common.hxx> #include <unotools/resmgr.hxx> #include <vcl/stdtext.hxx> #include <vcl/svapp.hxx> diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx index 601796e656a5..8f8e222c99e8 100644 --- a/uui/source/secmacrowarnings.cxx +++ b/uui/source/secmacrowarnings.cxx @@ -22,7 +22,6 @@ #include <comphelper/processfactory.hxx> #include <vcl/svapp.hxx> #include <osl/file.hxx> -#include <osl/file.h> #include <rtl/ustrbuf.hxx> #include <tools/debug.hxx> #include <unotools/securityoptions.hxx> |