diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-03-24 12:42:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-03-28 14:24:47 +0200 |
commit | 6b147d3369ece427e490d3108de6ec9f7448c570 (patch) | |
tree | 3387e9a4b36ff39ebca5f3c1166315dd45027590 /sw/source/uibase/docvw/SidebarTxtControl.cxx | |
parent | ff0783ce6c74178ae44d6b5e402b0feecff918a9 (diff) |
Recheck sw/ cxx files with IWYU
See tdf#42949 for motivation
Change-Id: I8a8df68946297fad517b753d73e4373203a45ed6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132150
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/uibase/docvw/SidebarTxtControl.cxx')
-rw-r--r-- | sw/source/uibase/docvw/SidebarTxtControl.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/uibase/docvw/SidebarTxtControl.cxx b/sw/source/uibase/docvw/SidebarTxtControl.cxx index 8502601e8b1e..789e6289b49d 100644 --- a/sw/source/uibase/docvw/SidebarTxtControl.cxx +++ b/sw/source/uibase/docvw/SidebarTxtControl.cxx @@ -25,7 +25,6 @@ #include <doc.hxx> #include <PostItMgr.hxx> -#include <edtwin.hxx> #include <cmdid.h> #include <strings.hrc> @@ -39,8 +38,9 @@ #include <sfx2/sfxhelp.hxx> #include <vcl/commandevent.hxx> +#include <vcl/event.hxx> +#include <vcl/ptrstyle.hxx> #include <vcl/svapp.hxx> -#include <vcl/help.hxx> #include <vcl/weld.hxx> #include <vcl/gradient.hxx> #include <vcl/settings.hxx> @@ -49,8 +49,6 @@ #include <editeng/editeng.hxx> #include <editeng/editview.hxx> #include <editeng/flditem.hxx> -#include <comphelper/lok.hxx> -#include <sfx2/lokhelper.hxx> #include <uitool.hxx> #include <view.hxx> |