summaryrefslogtreecommitdiff
path: root/dbaccess/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 13:25:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 13:25:13 +0000
commiteee3916d86e52f1736848df1486211bd0f0e32a3 (patch)
tree8e3ff0a0a9671c48ca9ec00503b8f3f9dec03ec1 /dbaccess/inc
parent9e6b87a8bffaa95ef6f973d69671c14ab9b373ac (diff)
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
Diffstat (limited to 'dbaccess/inc')
-rw-r--r--dbaccess/inc/genericcontroller.hxx12
1 files changed, 10 insertions, 2 deletions
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();