summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-04-06 00:45:08 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-04-07 08:42:41 +0000
commitbc4176fa43dc8047774a11dfb5b913e6adce2252 (patch)
tree90bd78a4ba1507ab2f7b3db32a92be0d598d5204 /include/dbaccess
parenttdf#95386 More Help Agent cleanup (diff)
downloadcore-bc4176fa43dc8047774a11dfb5b913e6adce2252.tar.gz
core-bc4176fa43dc8047774a11dfb5b913e6adce2252.zip
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 <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/dbaccess')
-rw-r--r--include/dbaccess/genericcontroller.hxx20
1 files changed, 0 insertions, 20 deletions
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();