diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-26 11:50:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 13:56:13 +0100 |
commit | a4a98dd0353db408708dd09a30fbfe6ada539770 (patch) | |
tree | 5f33b4f0428f1e192a735dcc68fda1ddc73b5579 /sfx2/source/view/sfxbasecontroller.cxx | |
parent | 4a68aec049276ae3742efd9553258cd1a62c88b6 (diff) |
remove unused SfxViewShellFlags enum value
Change-Id: Ie754752203dcb066c69dff6effb835d7e1db1753
Reviewed-on: https://gerrit.libreoffice.org/64088
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/view/sfxbasecontroller.cxx')
-rw-r--r-- | sfx2/source/view/sfxbasecontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx index 697a78450279..1d3990b01322 100644 --- a/sfx2/source/view/sfxbasecontroller.cxx +++ b/sfx2/source/view/sfxbasecontroller.cxx @@ -1220,7 +1220,7 @@ void SfxBaseController::ConnectSfxFrame_Impl( const ConnectSfxFrame i_eConnect ) } vcl::Window* pEditWin = m_pData->m_pViewShell->GetWindow(); - if ( pEditWin && m_pData->m_pViewShell->IsShowView_Impl() ) + if ( pEditWin ) pEditWin->Show(); if ( SfxViewFrame::Current() == pViewFrame ) |