summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tools/SlotStateListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tools/SlotStateListener.hxx')
-rw-r--r--sd/source/ui/inc/tools/SlotStateListener.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sd/source/ui/inc/tools/SlotStateListener.hxx b/sd/source/ui/inc/tools/SlotStateListener.hxx
index 0cbf94dd0180..b644254e1315 100644
--- a/sd/source/ui/inc/tools/SlotStateListener.hxx
+++ b/sd/source/ui/inc/tools/SlotStateListener.hxx
@@ -22,13 +22,14 @@
#include <MutexOwner.hxx>
#include <com/sun/star/frame/XStatusListener.hpp>
-#include <com/sun/star/frame/FeatureStateEvent.hpp>
-#include <com/sun/star/frame/XDispatchProvider.hpp>
-#include <com/sun/star/lang/DisposedException.hpp>
-#include <com/sun/star/lang/XComponent.hpp>
#include <cppuhelper/compbase.hxx>
#include <tools/link.hxx>
+namespace com { namespace sun { namespace star { namespace frame { class XDispatch; } } } }
+namespace com { namespace sun { namespace star { namespace frame { class XDispatchProvider; } } } }
+namespace com { namespace sun { namespace star { namespace frame { class XStatusListener; } } } }
+namespace com { namespace sun { namespace star { namespace frame { struct FeatureStateEvent; } } } }
+
namespace sd { namespace tools {
typedef cppu::WeakComponentImplHelper<