framework/inc/services/layoutmanager.hxx | 2 -- framework/inc/uielement/constitemcontainer.hxx | 1 - framework/inc/uielement/statusbaritem.hxx | 2 -- framework/inc/uielement/statusbarmanager.hxx | 1 - framework/inc/uielement/toolbarmanager.hxx | 2 -- 5 files changed, 8 deletions(-)
New commits: commit fb0000af76c9461761ad278a87c2963026baee29 Author: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> AuthorDate: Tue Apr 8 15:39:30 2025 +0200 Commit: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> CommitDate: Mon Apr 21 15:50:06 2025 +0200 Remove obsolete fw declarations from framework/ found with bin/find-unneeded-includes --fwdecl Change-Id: Ib0094116132b11761c53dfd3e33af53d01e30093 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183890 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de> diff --git a/framework/inc/services/layoutmanager.hxx b/framework/inc/services/layoutmanager.hxx index 699885e64c7a..ab28f3e7d41f 100644 --- a/framework/inc/services/layoutmanager.hxx +++ b/framework/inc/services/layoutmanager.hxx @@ -41,8 +41,6 @@ #include <comphelper/uno3.hxx> #include <vcl/timer.hxx> -class MenuBar; - namespace framework { class MenuBarWrapper; diff --git a/framework/inc/uielement/constitemcontainer.hxx b/framework/inc/uielement/constitemcontainer.hxx index 85e819329245..b5425e3ffacf 100644 --- a/framework/inc/uielement/constitemcontainer.hxx +++ b/framework/inc/uielement/constitemcontainer.hxx @@ -34,7 +34,6 @@ namespace framework { -class RootItemContainer; class ItemContainer; class ConstItemContainer final : public ::cppu::WeakImplHelper< css::container::XIndexAccess, diff --git a/framework/inc/uielement/statusbaritem.hxx b/framework/inc/uielement/statusbaritem.hxx index b9597bd2ab57..f585e58bc70d 100644 --- a/framework/inc/uielement/statusbaritem.hxx +++ b/framework/inc/uielement/statusbaritem.hxx @@ -27,8 +27,6 @@ class StatusBar; namespace framework { -struct AddonStatusbarItemData; - typedef comphelper::WeakComponentImplHelper< css::ui::XStatusbarItem > StatusbarItem_Base; class StatusbarItem final : public StatusbarItem_Base diff --git a/framework/inc/uielement/statusbarmanager.hxx b/framework/inc/uielement/statusbarmanager.hxx index c893e4abdc69..e17a49c8e186 100644 --- a/framework/inc/uielement/statusbarmanager.hxx +++ b/framework/inc/uielement/statusbarmanager.hxx @@ -35,7 +35,6 @@ namespace framework { -class FrameworkStatusBar; class StatusBarManager final: public ::cppu::WeakImplHelper< css::frame::XFrameActionListener, css::lang::XComponent, diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx index 6af5e93aea65..3736cca37159 100644 --- a/framework/inc/uielement/toolbarmanager.hxx +++ b/framework/inc/uielement/toolbarmanager.hxx @@ -48,8 +48,6 @@ #include <mutex> #include <unordered_map> -class PopupMenu; -class ToolBox; class Menu; namespace framework