summaryrefslogtreecommitdiff
path: root/sfx2/source/view
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 15:43:09 +0100
commit10b26c9af2f15b1634ba26c5d7c9382f7680beea (patch)
tree31d6bac8adade5586866120cc328eb60382317eb /sfx2/source/view
parent70e3eb2c1762fb1ca097cf671e3c7ce3d0dfd1b7 (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
Diffstat (limited to 'sfx2/source/view')
-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);
}
//--------------------------------------------------------------------