Issue 73621 - OOo OLE server inplace activation can show toolbars wrongly.
Summary: OOo OLE server inplace activation can show toolbars wrongly.
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 680m199
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-18 14:53 UTC by mikhail.voytenko
Modified: 2017-05-20 10:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description mikhail.voytenko 2007-01-18 14:53:21 UTC
- 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.
Comment 1 Mathias_Bauer 2007-12-04 16:19:50 UTC
according to release status meeting -> target 3.x
Comment 2 Marcus 2017-05-20 10:55:34 UTC
Reset assigne to the default "issues@openoffice.apache.org".