diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-03 09:29:45 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-12-03 09:29:45 +0100 |
commit | 11e41fb8dde36b188c579fd440bfc32b3fc63673 (patch) | |
tree | 38cb217a37c49280c0f34afd5f6ef9a0a558692a /sfx2/source/view/impframe.hxx | |
parent | 83768b95e11f808be8515f778761961107fd55f9 (diff) |
[CWS autorecovery] SwitchToViewShell_Impl moved into the SfxFrame
Diffstat (limited to 'sfx2/source/view/impframe.hxx')
-rw-r--r-- | sfx2/source/view/impframe.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/view/impframe.hxx b/sfx2/source/view/impframe.hxx index 46cf52fea19f..4f27f3aedc3b 100644 --- a/sfx2/source/view/impframe.hxx +++ b/sfx2/source/view/impframe.hxx @@ -71,7 +71,6 @@ public: sal_Bool bReleasingComponent : 1; sal_Bool bInPlace : 1; SfxFrame* pFrame; - const SfxItemSet* pSet; SfxWorkWindow* pWorkWin; SvBorder aBorder; // formerly SfxTopFrame @@ -96,7 +95,6 @@ public: ,bReleasingComponent( sal_False ) ,bInPlace( sal_False ) ,pFrame( pAntiImplP ) - ,pSet( 0 ) ,pWorkWin( 0 ) ,pExternalWindow( NULL ) ,bHidden( false ) |