Issue 70217 - Error: UnoWrapper::SetWindowInterface: there already *is* a WindowInterface for this window!
Summary: Error: UnoWrapper::SetWindowInterface: there already *is* a WindowInterface f...
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: 680m185
Hardware: All All
: P3 Trivial (vote)
Target Milestone: 3.4.0
Assignee: carsten.driesner
QA Contact: issues@framework
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2006-10-09 08:29 UTC by Frank Schönheit
Modified: 2017-05-20 10:30 UTC (History)
3 users (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 Frank Schönheit 2006-10-09 08:29:57 UTC
- File / Wizard / Letter
=> assertion:
Error: UnoWrapper::SetWindowInterface: there already *is* a WindowInterface for
this window! From File O:\SRC680\src\toolkit\source\helper\unowrapper.cxx at
Line 204
Comment 1 Frank Schönheit 2006-10-09 08:39:25 UTC
seems to have to do with UNO dialogs in general. Already happens when you create
a new dialog in the Basic IDE. 
Comment 2 Frank Schönheit 2006-10-09 09:21:35 UTC
It's a regression from m181 to m182
Comment 3 carsten.driesner 2006-10-11 13:46:19 UTC
cd: Started.
Comment 4 Mathias_Bauer 2007-12-04 16:19:08 UTC
according to release status meeting -> target 3.x
Comment 5 Mathias_Bauer 2007-12-05 07:24:49 UTC
Assertion issues should possibly be fixed in 3.0
Comment 6 Mathias_Bauer 2008-05-19 10:28:39 UTC
3.x
Comment 7 carsten.driesner 2011-02-28 09:10:13 UTC
cd: Fixed. Assertion should be active when a different toolkit wrapper instance is going to be associated with a VCL window. Additionally we don't always create a VCLXDialog instance but check if it has been created by the window ctor.
Comment 8 mikhail.voytenko 2011-02-28 09:11:11 UTC
The fix is reviewed and looks good.
Comment 9 carsten.driesner 2011-03-23 13:17:25 UTC
cd: Verified.