diff options
Diffstat (limited to 'sfx2/source/view/viewfrm.cxx')
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index e342fadc29c2..af22c83a823d 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -1784,14 +1784,6 @@ sal_Bool SfxViewFrame::IsVisible() const } //-------------------------------------------------------------------- -void SfxViewFrame::Hide() -{ - GetWindow().Hide(); - if ( pImp->bObjLocked ) - LockObjectShell_Impl( sal_False ); -} - -//-------------------------------------------------------------------- void SfxViewFrame::LockObjectShell_Impl( sal_Bool bLock ) { DBG_ASSERT( pImp->bObjLocked != bLock, "Wrong Locked status!" ); |