http://openoffice.org/bugzilla/show_bug.cgi?id=117814
--- Comment #9 from [email protected] 2011-04-12 12:49:42 --- The sw core uses a function LoadURL() to create a document from a URL. This code uses SwDocShell and some sfx2 based code. To access the document a ViewShell is needed. It's simple to rewrite this function with UNO API code. As a ViewShell is still needed (now to get access to an instance of css::uno::XDispatchProvider), I made this a method in class ViewShell. changeset 651b383efe25 http://hg.services.openoffice.org/cws/swcoreseparation/rev/651b383efe25 -- Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Bugzilla. Please log into the website and enter your comments. --------------------------------------------------------------------- -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help -- ----------------------------------------------------------------- To unsubscribe send email to [email protected] For additional commands send email to [email protected] with Subject: help
