summaryrefslogtreecommitdiff
path: root/include/svx/fmshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmshell.hxx')
-rw-r--r--include/svx/fmshell.hxx15
1 files changed, 9 insertions, 6 deletions
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx
index 4098bff2ebda..8a2db08b267e 100644
--- a/include/svx/fmshell.hxx
+++ b/include/svx/fmshell.hxx
@@ -24,24 +24,23 @@
// ***************************************************************************************************
#include <memory>
+#include <rtl/ref.hxx>
#include <sfx2/shell.hxx>
-#include <sfx2/module.hxx>
-#include <vcl/event.hxx>
+#include <vcl/outdev.hxx>
-#include <svx/svxids.hrc>
-#include <svx/fmview.hxx>
#include <svx/svxdllapi.h>
-
#include <svx/ifaceids.hxx>
+#include <svl/hint.hxx>
+#include <com/sun/star/uno/Reference.hxx>
class FmFormModel;
class FmFormPage;
class FmXFormShell;
class FmFormView;
class SdrView;
-class SdrPage;
class SdrUnoObj;
+class LinkParamNone;
namespace com { namespace sun { namespace star { namespace form {
class XForm;
@@ -50,6 +49,10 @@ namespace com { namespace sun { namespace star { namespace form {
}
} } } }
+namespace com::sun::star::awt { class XControl; }
+namespace com::sun::star::awt { class XControlModel; }
+template <typename Arg, typename Ret> class Link;
+
namespace svx
{
class ISdrObjectFilter;