From 5a725d1fde7381ef9c02afcb639235a11e52182c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Mar 2017 15:27:36 +0200 Subject: loplugin:singlevalfields Change-Id: I7f05903aaab9b0b274358243d680d0c30694ae61 Reviewed-on: https://gerrit.libreoffice.org/35804 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/source/appl/appcfg.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sfx2/source/appl') diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx index 0f1b1bb8ebb2..873c1c5a4539 100644 --- a/sfx2/source/appl/appcfg.cxx +++ b/sfx2/source/appl/appcfg.cxx @@ -498,8 +498,7 @@ void SfxApplication::SetOptions_Impl( const SfxItemSet& rSet ) while ( pCurrViewFrame ) { // update all "final" dispatchers - if ( !pCurrViewFrame->GetActiveChildFrame_Impl() ) - pCurrViewFrame->GetDispatcher()->Update_Impl(true); + pCurrViewFrame->GetDispatcher()->Update_Impl(true); pCurrViewFrame = SfxViewFrame::GetNext(*pCurrViewFrame); } } -- cgit