From 10b26c9af2f15b1634ba26c5d7c9382f7680beea Mon Sep 17 00:00:00 2001 From: Andre Fischer Date: Wed, 12 Jun 2013 13:14:18 +0000 Subject: Related: #i122453# Invalidate slot servers for all view shells... on OLE deactivation (cherry picked from commit f7f162aef22b025b0d0ffcd0bf0c5eead74143d0) Conflicts: sfx2/source/view/viewsh.cxx Change-Id: Ia44ab98e273d3360b4d8ff2f2582cb04b4d43415 --- sfx2/source/view/viewsh.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2') diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index 9c1d0f206cd4..0ac1b2093c16 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -913,6 +913,7 @@ void SfxViewShell::UIDeactivated( SfxInPlaceClient* /*pClient*/ ) pFrame->GetDispatcher()->Update_Impl( sal_True ); pFrame->GetBindings().HidePopups(sal_False); + pFrame->GetBindings().InvalidateAll(sal_True); } //-------------------------------------------------------------------- -- cgit