To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=12719
------- Additional comments from [EMAIL PROTECTED] Fri Jun 10 00:36:42 -0700 2005 ------- @davidfraser: seeing no patch, yet :-) Regarding your question, you'd prolly have to start with sd/source/ui/slideshow/slideshowimpl.cxx, method SlideShowImpl::startShow(). There, you get passed a PresentationSettings pointer, which would contain your UI-controllable display choice. Then, grep for "new ShowWindow" in this very file (around line 448 in my version). You'd somehow pass the chosen display down that window (which is derived from sd::Window, which in turn is a plain VCL window). In the end, some changes in VCL are certainly necessary, for the details, I'd pass the buck on to pl. --------------------------------------------------------------------- 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]
