summaryrefslogtreecommitdiff
path: root/include/sfx2/dispatch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/dispatch.hxx')
-rw-r--r--include/sfx2/dispatch.hxx22
1 files changed, 1 insertions, 21 deletions
diff --git a/include/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx
index 899957133024..14fa0a7aca2d 100644
--- a/include/sfx2/dispatch.hxx
+++ b/include/sfx2/dispatch.hxx
@@ -26,39 +26,19 @@
#include <sal/types.h>
#include <sfx2/bindings.hxx>
-#include <sfx2/viewfrm.hxx>
-#include <vcl/menu.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <o3tl/span.hxx>
#include <initializer_list>
class SfxSlotServer;
-class SfxShell;
class SfxRequest;
-class SfxHintPoster;
class SfxViewFrame;
-class SfxBindings;
class SfxItemSet;
-class SfxPopupMenuManager;
class SfxModule;
+class Point;
struct SfxDispatcher_Impl;
-namespace com
-{
- namespace sun
- {
- namespace star
- {
- namespace frame
- {
- class XDispatch;
- }
- }
- }
-}
-
-
enum class SfxDispatcherPopFlags
{
NONE = 0,