diff options
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/dispatch.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/sidebar/TabBar.hxx | 3 | ||||
-rw-r--r-- | include/sfx2/templatelocalview.hxx | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx index ee46d5c89909..6e87c89217f4 100644 --- a/include/sfx2/dispatch.hxx +++ b/include/sfx2/dispatch.hxx @@ -30,9 +30,9 @@ #include <o3tl/span.hxx> #include <boost/property_tree/ptree_fwd.hpp> -#include <vcl/menu.hxx> #include <initializer_list> +class Menu; class SfxSlotServer; class SfxRequest; class SfxViewFrame; diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx index c3b429613b80..77b6fd91f5d0 100644 --- a/include/sfx2/sidebar/TabBar.hxx +++ b/include/sfx2/sidebar/TabBar.hxx @@ -23,10 +23,11 @@ #include <sfx2/sidebar/ResourceManager.hxx> #include <vcl/InterimItemWindow.hxx> -#include <vcl/menu.hxx> #include <functional> +namespace com::sun::star::frame { class XFrame; } + namespace svt { class AcceleratorExecute; } namespace weld { class Toolbar; } diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx index a045d390fa61..9304e858ad9b 100644 --- a/include/sfx2/templatelocalview.hxx +++ b/include/sfx2/templatelocalview.hxx @@ -12,7 +12,6 @@ #include <sfx2/thumbnailview.hxx> #include <sfx2/templateproperties.hxx> -#include <vcl/menu.hxx> #include <functional> #include <memory> #include <set> |