summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();