Kaydet (Commit) f7f162ae authored tarafından Andre Fischer's avatar Andre Fischer

122453: Invalidate slot servers for all view shells on OLE deactivation.

üst f3fc172d
...@@ -988,6 +988,10 @@ void SfxViewShell::UIDeactivated( SfxInPlaceClient* /*pClient*/ ) ...@@ -988,6 +988,10 @@ void SfxViewShell::UIDeactivated( SfxInPlaceClient* /*pClient*/ )
// uno::Reference < frame::XFramesSupplier > xParentFrame( xOwnFrame->getCreator(), uno::UNO_QUERY ); // uno::Reference < frame::XFramesSupplier > xParentFrame( xOwnFrame->getCreator(), uno::UNO_QUERY );
// if ( xParentFrame.is() ) // if ( xParentFrame.is() )
// xParentFrame->setActiveFrame( uno::Reference < frame::XFrame >() ); // xParentFrame->setActiveFrame( uno::Reference < frame::XFrame >() );
// Make sure that slot servers are initialized or updated after
// an OLE object is deactivated.
pFrame->GetBindings().InvalidateAll(sal_True);
} }
//-------------------------------------------------------------------- //--------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment