User: hr Date: 2007-08-02 14:25:15+0000 Modified: dba/dbaccess/inc/genericcontroller.hxx
Log: INTEGRATION: CWS rpt23fix01 (1.3.4); FILE MERGED 2007/07/12 13:46:14 lla 1.3.4.2: #i79080# fix problem which opens the Help Agent on the wrong frame 2007/07/11 12:03:56 lla 1.3.4.1: #i779080# help agent File Changes: Directory: /dba/dbaccess/inc/ ============================= File [changed]: genericcontroller.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/inc/genericcontroller.hxx?r1=1.4&r2=1.5 Delta lines: +8 -0 ------------------- --- genericcontroller.hxx 2007-07-24 12:03:20+0000 1.4 +++ genericcontroller.hxx 2007-08-02 14:25:13+0000 1.5 @@ -318,6 +318,14 @@ The help id to dispatch. */ void openHelpAgent(sal_Int32 _nHelpId); + /** open the help agent for the given help url. + @param _pHelpStringURL + The help url to dispatch. + */ + void openHelpAgent(rtl::OUString const& _suHelpStringURL ); + // void openHelpAgent(URL aURL); + + void openHelpAgent(com::sun::star::util::URL aURL); // closes the task when possible void closeTask(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
