summaryrefslogtreecommitdiff
path: root/include/sfx2/sfxmodelfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sfxmodelfactory.hxx')
-rw-r--r--include/sfx2/sfxmodelfactory.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/sfx2/sfxmodelfactory.hxx b/include/sfx2/sfxmodelfactory.hxx
index f7b000b548e4..1010fc0e3453 100644
--- a/include/sfx2/sfxmodelfactory.hxx
+++ b/include/sfx2/sfxmodelfactory.hxx
@@ -22,10 +22,14 @@
#include <sfx2/dllapi.h>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/lang/XSingleServiceFactory.hpp>
+#include <com/sun/star/uno/Reference.hxx>
#include <o3tl/typed_flags_set.hxx>
+namespace com::sun::star::lang { class XMultiServiceFactory; }
+namespace com::sun::star::lang { class XSingleServiceFactory; }
+namespace com::sun::star::uno { class XInterface; }
+namespace com::sun::star::uno { template <class E> class Sequence; }
+
enum class SfxModelFlags
{
NONE = 0x00,