From bc4176fa43dc8047774a11dfb5b913e6adce2252 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 6 Apr 2017 00:45:08 +0200 Subject: tdf#95386 More Help Agent cleanup These methods were creating and passing URLs for the long dead Help Agent Change-Id: I5e3eafc2ca3bf5c1ca0032b9cb19ed30c8f06e66 Reviewed-on: https://gerrit.libreoffice.org/36172 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- include/dbaccess/genericcontroller.hxx | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'include/dbaccess') diff --git a/include/dbaccess/genericcontroller.hxx b/include/dbaccess/genericcontroller.hxx index 2a0514d85b6c..a23dfa8d4f70 100644 --- a/include/dbaccess/genericcontroller.hxx +++ b/include/dbaccess/genericcontroller.hxx @@ -291,26 +291,6 @@ namespace dbaui const ::comphelper::NamedValueCollection& getInitParams() const { return m_aInitParameters; } - - /** open the help agent for the given help id. - @param _nHelpId - The help id to dispatch. - */ - void openHelpAgent( const OString& _sHelpId ); - - /** open the help agent for the given help url. - @param _pHelpStringURL - The help url to dispatch. - */ - void openHelpAgent( const OUString& _suHelpStringURL ); - - /** opens the given Help URL in the help agent - - The URL does not need to be parsed already, it is passed through - XURLTransformer::parseStrict before it is used. - */ - void openHelpAgent( const css::util::URL& _rURL ); - // closes the task when possible void closeTask(); -- cgit