summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-05-28 15:54:47 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-05-28 16:02:36 +0300
commitdc4f1b6c2116bfca4a12cc6ef6f2a9a596c0a6da (patch)
treea00f5c832e0286d56419a2a8679e28a8ef07c6a3 /sfx2/inc
parentdcd5136b80891e02a28939572f0f62e182f0fb76 (diff)
Whatever an inimanager was, it has been dead for a decade
Change-Id: I6efd7877df34af515e61b6b7fcd112fa041f5e61
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/childwin.hxx3
-rw-r--r--sfx2/inc/sfx2/viewfrm.hxx3
2 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/inc/sfx2/childwin.hxx b/sfx2/inc/sfx2/childwin.hxx
index c96d1a603627..c3f554f00d5b 100644
--- a/sfx2/inc/sfx2/childwin.hxx
+++ b/sfx2/inc/sfx2/childwin.hxx
@@ -34,9 +34,6 @@
#include <vcl/window.hxx>
#include <com/sun/star/frame/XFrame.hpp>
-#ifdef ENABLE_INIMANAGER
-#include "inimgr.hxx"
-#endif
#include <sfx2/shell.hxx>
#include <sfx2/chalign.hxx>
diff --git a/sfx2/inc/sfx2/viewfrm.hxx b/sfx2/inc/sfx2/viewfrm.hxx
index 5a99c481c6f6..18c86787024c 100644
--- a/sfx2/inc/sfx2/viewfrm.hxx
+++ b/sfx2/inc/sfx2/viewfrm.hxx
@@ -129,9 +129,6 @@ public:
virtual void SetZoomFactor( const Fraction &rZoomX, const Fraction &rZoomY );
SfxProgress* GetProgress() const;
-#ifdef ENABLE_INIMANAGER//MUSTINI
- SfxIniManager* GetIniManager() const;
-#endif
SfxObjectShell* GetObjectShell() const
{ return xObjSh; }