diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-01-16 15:29:00 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-01-17 01:33:35 +0100 |
commit | e3206e67402f623bac17ca94a20dfb45391dcb48 (patch) | |
tree | 9760a8e135bd39a916a1931445a04df26c1fe324 /framework/inc | |
parent | 52443996eff721e612ac4afc1eb1a53bb8a3e06f (diff) |
Recheck modules [e-f]* with IWYU
See tdf#42949 for motivation
Change-Id: I49a3ce10dee4b03f99156f5b641f69448e1d5617
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128479
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/acceleratorconst.h | 2 | ||||
-rw-r--r-- | framework/inc/helper/tagwindowasmodified.hxx | 1 | ||||
-rw-r--r-- | framework/inc/protocols.h | 1 | ||||
-rw-r--r-- | framework/inc/stdtypes.h | 2 | ||||
-rw-r--r-- | framework/inc/targets.h | 2 | ||||
-rw-r--r-- | framework/inc/taskcreatordefs.hxx | 2 | ||||
-rw-r--r-- | framework/inc/uielement/fontsizemenucontroller.hxx | 2 | ||||
-rw-r--r-- | framework/inc/xml/toolboxconfigurationdefines.hxx | 2 |
8 files changed, 8 insertions, 6 deletions
diff --git a/framework/inc/acceleratorconst.h b/framework/inc/acceleratorconst.h index 83fd40ac77f7..55f9435ffa51 100644 --- a/framework/inc/acceleratorconst.h +++ b/framework/inc/acceleratorconst.h @@ -19,6 +19,8 @@ #pragma once +#include <rtl/ustring.hxx> + namespace framework{ inline constexpr OUStringLiteral ATTRIBUTE_TYPE_CDATA = u"CDATA"; diff --git a/framework/inc/helper/tagwindowasmodified.hxx b/framework/inc/helper/tagwindowasmodified.hxx index 1528c63c5b18..e8c9fff22da9 100644 --- a/framework/inc/helper/tagwindowasmodified.hxx +++ b/framework/inc/helper/tagwindowasmodified.hxx @@ -26,7 +26,6 @@ #include <com/sun/star/util/XModifiable.hpp> #include <cppuhelper/implbase.hxx> -#include <cppuhelper/weakref.hxx> #include <vcl/window.hxx> namespace framework{ diff --git a/framework/inc/protocols.h b/framework/inc/protocols.h index 30d87cc59336..bbadb7e71888 100644 --- a/framework/inc/protocols.h +++ b/framework/inc/protocols.h @@ -26,7 +26,6 @@ #include <string_view> #include <o3tl/string_view.hxx> -#include <rtl/ustring.hxx> namespace framework{ diff --git a/framework/inc/stdtypes.h b/framework/inc/stdtypes.h index 0ccc056cf605..265daba7786e 100644 --- a/framework/inc/stdtypes.h +++ b/framework/inc/stdtypes.h @@ -21,8 +21,6 @@ #include <com/sun/star/awt/KeyEvent.hpp> -#include <rtl/ustring.hxx> - namespace framework{ /** diff --git a/framework/inc/targets.h b/framework/inc/targets.h index 5627a07cf2a5..9d7ffb9ef4d5 100644 --- a/framework/inc/targets.h +++ b/framework/inc/targets.h @@ -19,6 +19,8 @@ #pragma once +#include <rtl/ustring.hxx> + namespace framework{ // Values for special frame search ... sTargetFrameName of findFrame() or queryDispatch() or loadComponentFromURL() diff --git a/framework/inc/taskcreatordefs.hxx b/framework/inc/taskcreatordefs.hxx index e07c03d6dd2b..262de19f56fb 100644 --- a/framework/inc/taskcreatordefs.hxx +++ b/framework/inc/taskcreatordefs.hxx @@ -19,6 +19,8 @@ #pragma once +#include <rtl/ustring.hxx> + /// [XFrame] if it's set, it will be used as parent frame for the new created frame. inline constexpr OUStringLiteral ARGUMENT_PARENTFRAME = u"ParentFrame"; // XFrame diff --git a/framework/inc/uielement/fontsizemenucontroller.hxx b/framework/inc/uielement/fontsizemenucontroller.hxx index 16d29a885db0..d04bc637a388 100644 --- a/framework/inc/uielement/fontsizemenucontroller.hxx +++ b/framework/inc/uielement/fontsizemenucontroller.hxx @@ -27,8 +27,6 @@ #include <rtl/ustring.hxx> #include <tools/long.hxx> -#include <memory> - namespace framework { class FontSizeMenuController final : public svt::PopupMenuControllerBase diff --git a/framework/inc/xml/toolboxconfigurationdefines.hxx b/framework/inc/xml/toolboxconfigurationdefines.hxx index 4d2eaffd2a0a..399693044ec3 100644 --- a/framework/inc/xml/toolboxconfigurationdefines.hxx +++ b/framework/inc/xml/toolboxconfigurationdefines.hxx @@ -18,6 +18,8 @@ */ #pragma once +#include <rtl/ustring.hxx> + #define XMLNS_TOOLBAR "http://openoffice.org/2001/toolbar" #define XMLNS_XLINK "http://www.w3.org/1999/xlink" inline constexpr OUStringLiteral XMLNS_TOOLBAR_PREFIX = u"toolbar:"; |