summaryrefslogtreecommitdiff
path: root/sfx2/source/view/impframe.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-02 16:03:17 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-02 16:03:17 +0000
commit01391647c5adeb4444f664030017263068e0965e (patch)
tree3dafe3a790e0f7dee613a47c917d5a9ae3a4841f /sfx2/source/view/impframe.hxx
parent92b6f33711bc93bc0a34b3ca05186ec251e873ed (diff)
INTEGRATION: CWS sfxcleanup (1.6.158); FILE MERGED
2006/02/24 23:08:58 mba 1.6.158.1: #132394#: remove obviously superfluous members and methods from SfxApplication
Diffstat (limited to 'sfx2/source/view/impframe.hxx')
-rw-r--r--sfx2/source/view/impframe.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sfx2/source/view/impframe.hxx b/sfx2/source/view/impframe.hxx
index 9614648dfa70..d1e536b7792e 100644
--- a/sfx2/source/view/impframe.hxx
+++ b/sfx2/source/view/impframe.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: impframe.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:27:12 $
+ * last change: $Author: rt $ $Date: 2006-05-02 17:03:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,12 +43,10 @@
#pragma hdrstop
#include "frame.hxx"
-#include "loadenv.hxx"
#include "viewfrm.hxx" // SvBorder
class SfxViewFrame;
class SfxObjectShell;
-class SfxExplorerBrowserConfig;
#ifndef _COM_SUN_STAR_FRAME_XCONTROLLER_HPP_
#include <com/sun/star/frame/XController.hpp>
@@ -87,7 +85,6 @@ friend class SfxFrame;
SfxViewFrame* pCurrentViewFrame;
SfxObjectShell* pCurrentObjectShell;
SfxFrameDescriptor* pDescr;
- SfxExplorerBrowserConfig* pBrowserCfg;
sal_uInt16 nFrameId;
sal_uInt16 nLocks;
sal_Bool bCloseOnUnlock : 1;
@@ -98,7 +95,6 @@ friend class SfxFrame;
sal_Bool bReleasingComponent : 1;
sal_Bool bFocusLocked : 1;
sal_Bool bInPlace : 1;
- sal_uInt16 nHasBrowser;
SfxCancelManager* pCancelMgr;
SfxCancellable* pLoadCancellable;
SfxFrame* pFrame;
@@ -123,9 +119,7 @@ friend class SfxFrame;
bFocusLocked( sal_False ),
bInPlace( sal_False ),
nLocks( 0 ),
- pBrowserCfg( NULL ),
pDescr( NULL ),
- nHasBrowser( SFX_BEAMER_OFF ),
pCancelMgr( 0 ),
pLoadCancellable( 0 ),
pSet( 0 ),