From eee3916d86e52f1736848df1486211bd0f0e32a3 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 2 Aug 2007 13:25:13 +0000 Subject: 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 --- dbaccess/inc/genericcontroller.hxx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'dbaccess/inc') diff --git a/dbaccess/inc/genericcontroller.hxx b/dbaccess/inc/genericcontroller.hxx index d93eefef45e8..7b313420e862 100644 --- a/dbaccess/inc/genericcontroller.hxx +++ b/dbaccess/inc/genericcontroller.hxx @@ -4,9 +4,9 @@ * * $RCSfile: genericcontroller.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2007-07-24 12:03:20 $ + * last change: $Author: hr $ $Date: 2007-08-02 14:25:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -318,6 +318,14 @@ namespace dbaui 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(); -- cgit