diff options
-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 259250eef39b..4ddb95815a2e 100644 --- a/sfx2/source/view/sfxbasecontroller.cxx +++ b/sfx2/source/view/sfxbasecontroller.cxx @@ -358,7 +358,7 @@ void SAL_CALL IMPL_SfxBaseController_CloseListenerHelper::queryClosing( const la { SolarMutexGuard aGuard; SfxViewShell* pShell = m_pController->GetViewShell_Impl(); - if ( m_pController != NULL && pShell ) + if (pShell) { bool bCanClose = pShell->PrepareClose( sal_False ); if ( !bCanClose ) |