To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=29152
------- Additional comments from [EMAIL PROTECTED] Wed Apr 2 13:27:09 +0000 2008 ------- kso: Well, I guess it really is wrong, but I really don't know how to solve the problem described above without that - I learn just by what I see in the other parts of OOo, and in the debugger. And I saw creating the InteractionHandler in ucbhelper (http://lxr.go-oo.org/source/util/unotools/source/ucbhelper/ucbhelper.cxx#584), so I thought what was good enough for ucbhelper, must be good enough for ucb's ucp as well, or not? I'd really want to get rid of it - please tell me the way, and I'll do it [or feel free to change it in the CWS yourself - that would be even more appreciated!] BTW, I don't rely on the VCL implementation, I rely on whatever uno::Reference< task::XInteractionHandler > ( xFactory->createInstance( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uui.InteractionHandler") ) ), uno::UNO_QUERY ); returns me, which to me looks OK from the UNO point of view [which still might be wrong from the UCB point of view, of course ;-)] --------------------------------------------------------------------- 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]
