summaryrefslogtreecommitdiff
path: root/include/sfx2/app.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/app.hxx')
-rw-r--r--include/sfx2/app.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx
index d811b2731cdf..95e987b92271 100644
--- a/include/sfx2/app.hxx
+++ b/include/sfx2/app.hxx
@@ -22,7 +22,6 @@
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sal/types.h>
-#include <tools/solar.h>
#include <tools/errcode.hxx>
#include <svl/smplhint.hxx>
#include <svl/poolitem.hxx>
@@ -98,8 +97,6 @@ namespace sfx2
}
}
-//====================================================================
-
class SfxLinkItem : public SfxPoolItem
{
Link aLink;
@@ -266,8 +263,6 @@ public:
#define SFX_APP() SfxGetpApp()
-//--------------------------------------------------------------------
-
inline SfxApplication* SfxGetpApp()
{
return SfxApplication::GetOrCreate();