diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-28 15:54:47 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-28 16:02:36 +0300 |
commit | dc4f1b6c2116bfca4a12cc6ef6f2a9a596c0a6da (patch) | |
tree | a00f5c832e0286d56419a2a8679e28a8ef07c6a3 /sfx2 | |
parent | dcd5136b80891e02a28939572f0f62e182f0fb76 (diff) |
Whatever an inimanager was, it has been dead for a decade
Change-Id: I6efd7877df34af515e61b6b7fcd112fa041f5e61
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/sfx2/childwin.hxx | 3 | ||||
-rw-r--r-- | sfx2/inc/sfx2/viewfrm.hxx | 3 | ||||
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 8 |
3 files changed, 0 insertions, 14 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; } diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 579a10d17fe9..0538bce341e0 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -1594,14 +1594,6 @@ void SfxViewFrame::HideStatusText() } //-------------------------------------------------------------------- -#ifdef ENABLE_INIMANAGER//MUSTINI -SfxIniManager* SfxViewFrame::GetIniManager() const -{ - return SFX_APP()->GetAppIniManager(); -} -#endif - -//-------------------------------------------------------------------- void SfxViewFrame::DoAdjustPosSizePixel //! divide on Inner.../Outer... ( SfxViewShell* pSh, |