summaryrefslogtreecommitdiff
path: root/include/sfx2/docfac.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/docfac.hxx')
-rw-r--r--include/sfx2/docfac.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sfx2/docfac.hxx b/include/sfx2/docfac.hxx
index 512a82c513b1..af0b7f9c98ff 100644
--- a/include/sfx2/docfac.hxx
+++ b/include/sfx2/docfac.hxx
@@ -22,7 +22,6 @@
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
-#include <tools/solar.h>
#include <tools/rtti.hxx>
// SFX_IMPL_MODULE_LIB
@@ -39,8 +38,6 @@ struct SfxObjectFactory_Impl;
class SfxFilterContainer;
class SfxBindings;
-//====================================================================
-
typedef void (*SfxVoidFunc)();
#define SDT_SDT_DOCFACTPRIO 10 // Explorer
@@ -56,8 +53,6 @@ typedef void (*SfxVoidFunc)();
#define SDT_MSG_DOCFACTPRIO 110 // Message Document
#define SDT_SDB_DOCFACTPRIO 200 // Database Document
-//====================================================================
-
class SFX2_DLLPUBLIC SfxObjectFactory
{
private:
@@ -107,8 +102,6 @@ private:
SAL_DLLPRIVATE const SfxObjectFactory& operator=(const SfxObjectFactory &);
};
-//=========================================================================
-
#define SFX_DECL_OBJECTFACTORY() \
public: \
static SfxObjectFactory& Factory(); \