summaryrefslogtreecommitdiff
path: root/sfx2/source/view/impframe.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-03 09:29:45 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-03 09:29:45 +0100
commit6732980b94b87b23d7565ac04847ef70bf58d565 (patch)
treefcf2a2d8dbd05455fd778c00ee4f67a0a7782adc /sfx2/source/view/impframe.hxx
parent5b4f0e7f834b27ddb0bdfece3786ced33c3917dd (diff)
[CWS autorecovery] somewhat separated the 'switch view shell on SFX level' from the 'load new document on UNO level' case
Diffstat (limited to 'sfx2/source/view/impframe.hxx')
-rw-r--r--sfx2/source/view/impframe.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/view/impframe.hxx b/sfx2/source/view/impframe.hxx
index 4f27f3aedc3b..e710b9f44167 100644
--- a/sfx2/source/view/impframe.hxx
+++ b/sfx2/source/view/impframe.hxx
@@ -56,14 +56,10 @@ class SfxFrame_Impl : public SfxBroadcaster, public SvCompatWeakBase
{
public:
::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > xFrame;
- String aFrameIdName;
sal_uInt32 nType;
- sal_uInt32 nHistoryPos;
SfxViewFrame* pCurrentViewFrame;
SfxFrameDescriptor* pDescr;
- sal_uInt16 nFrameId;
sal_uInt16 nLocks;
- sal_Bool bCloseOnUnlock : 1;
sal_Bool bClosing : 1;
sal_Bool bPrepClosing : 1;
sal_Bool bInCancelTransfers : 1;
@@ -82,12 +78,9 @@ public:
SfxFrame_Impl( SfxFrame* pAntiImplP )
:SvCompatWeakBase( pAntiImplP )
,nType( 0L )
- ,nHistoryPos( 0 )
,pCurrentViewFrame( NULL )
,pDescr( NULL )
- ,nFrameId( 0 )
,nLocks( 0 )
- ,bCloseOnUnlock( sal_False )
,bClosing(sal_False)
,bPrepClosing(sal_False)
,bInCancelTransfers( sal_False )