summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2013-06-12 13:14:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-06-12 16:00:25 +0100
commit97b0dc25007a0ee6728ec9a1079c0616c1783dc6 (patch)
treed330f7983ba1ba79adc44316657922e493edc49e /sfx2
parent5ae6803a21f5e2b6e107ee405e9b3346105c6467 (diff)
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 (cherry picked from commit 10b26c9af2f15b1634ba26c5d7c9382f7680beea)
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewsh.cxx1
1 files changed, 1 insertions, 0 deletions
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);
}
//--------------------------------------------------------------------