diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-28 15:27:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-29 06:42:30 +0000 |
commit | 5a725d1fde7381ef9c02afcb639235a11e52182c (patch) | |
tree | c1dfea787afb28c43be74eb981976e858550ccd1 /sfx2/source/appl | |
parent | 2729994bc519597db205aeeb4b2242a45c57712f (diff) |
loplugin:singlevalfields
Change-Id: I7f05903aaab9b0b274358243d680d0c30694ae61
Reviewed-on: https://gerrit.libreoffice.org/35804
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/appcfg.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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); } } |