summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/module/SlideSorterModule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/module/SlideSorterModule.hxx')
-rw-r--r--sd/source/ui/framework/module/SlideSorterModule.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sd/source/ui/framework/module/SlideSorterModule.hxx b/sd/source/ui/framework/module/SlideSorterModule.hxx
index 5102d9108059..f70457d43dad 100644
--- a/sd/source/ui/framework/module/SlideSorterModule.hxx
+++ b/sd/source/ui/framework/module/SlideSorterModule.hxx
@@ -22,14 +22,15 @@
#include <MutexOwner.hxx>
#include <com/sun/star/drawing/framework/XConfigurationChangeListener.hpp>
-#include <com/sun/star/drawing/framework/XConfigurationController.hpp>
-#include <com/sun/star/frame/XController.hpp>
-#include <com/sun/star/drawing/framework/XControllerManager.hpp>
-#include <com/sun/star/drawing/framework/XTabBar.hpp>
#include <cppuhelper/compbase.hxx>
#include <memory>
#include <set>
+namespace com { namespace sun { namespace star { namespace drawing { namespace framework { class XConfigurationController; } } } } }
+namespace com { namespace sun { namespace star { namespace drawing { namespace framework { class XControllerManager; } } } } }
+namespace com { namespace sun { namespace star { namespace drawing { namespace framework { class XTabBar; } } } } }
+namespace com { namespace sun { namespace star { namespace frame { class XController; } } } }
+
namespace sd { namespace framework {
typedef ::cppu::WeakComponentImplHelper <