summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2023-09-16 15:26:25 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2023-10-02 21:32:00 +0200
commit3e753f484910fb65065dd7eb81d2131b51990fe9 (patch)
treee0b57586d6bfbf606012aec42466086a4838e945 /include/sfx2
parent3b56fbafcc34a1b3d857d47f3f9695804edf7009 (diff)
tdf#146619 Recheck include/s* with IWYU
Change-Id: Ia0a6330278b044f448c9928362308aadc8fc9a20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156989 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/LokControlHandler.hxx4
-rw-r--r--include/sfx2/lokhelper.hxx3
-rw-r--r--include/sfx2/msg.hxx1
3 files changed, 2 insertions, 6 deletions
diff --git a/include/sfx2/LokControlHandler.hxx b/include/sfx2/LokControlHandler.hxx
index a292f137471b..d8ff3811240b 100644
--- a/include/sfx2/LokControlHandler.hxx
+++ b/include/sfx2/LokControlHandler.hxx
@@ -9,8 +9,6 @@
#pragma once
-#include <LibreOfficeKit/LibreOfficeKitEnums.h>
-#include <sfx2/dllapi.h>
#include <sfx2/lokhelper.hxx>
#include <svx/svdouno.hxx>
#include <svx/svditer.hxx>
@@ -25,8 +23,6 @@
#include <toolkit/helper/vclunohelper.hxx>
#include <tools/UnitConversion.hxx>
-#include <sal/log.hxx>
-
#include <optional>
class LokControlHandler
diff --git a/include/sfx2/lokhelper.hxx b/include/sfx2/lokhelper.hxx
index 26b222bc8aa9..bd2014f9c9d9 100644
--- a/include/sfx2/lokhelper.hxx
+++ b/include/sfx2/lokhelper.hxx
@@ -10,6 +10,8 @@
#ifndef INCLUDED_SFX2_LOKHELPER_HXX
#define INCLUDED_SFX2_LOKHELPER_HXX
+#include <com/sun/star/ui/XAcceleratorConfiguration.hpp>
+
#include <vcl/IDialogRenderable.hxx>
#include <vcl/ITiledRenderable.hxx>
#include <vcl/event.hxx>
@@ -23,7 +25,6 @@
#include <rtl/string.hxx>
#include <optional>
#include <string_view>
-#include <sfx2/app.hxx>
struct SFX2_DLLPUBLIC LokMouseEventData
{
diff --git a/include/sfx2/msg.hxx b/include/sfx2/msg.hxx
index 7962fba85b0b..c8d343b04bcf 100644
--- a/include/sfx2/msg.hxx
+++ b/include/sfx2/msg.hxx
@@ -20,7 +20,6 @@
#define INCLUDED_SFX2_MSG_HXX
#include <sfx2/shell.hxx>
-#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <svl/poolitem.hxx>
#include <sfx2/dllapi.h>