To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=73621 Issue #|73621 Summary|OOo OLE server inplace activation can show toolbars wr |ongly. Component|framework Version|680m199 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mav Reported by|mav
------- Additional comments from [EMAIL PROTECTED] Thu Jan 18 06:53:21 -0800 2007 ------- - open an OLE container ( for example MSWord ) - insert an iconified calc object ( the object is automatically activated ), edit it and close - insert an inplace calc object, the object is automatically activated The inplace object has a toolbar in own inplace window that should not appear. The problem seems to be a result of wrong flags set for one of the child window. In the sfx2 file workwin.cxx, the line bCreate = !( pCW->aInfo.nFlags & SFX_CHILDWIN_FORCEDOCK ); sets the bCreate to true, that seems to be wrong. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
