diff options
author | Peter Burow <pb@openoffice.org> | 2001-10-11 08:21:51 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-10-11 08:21:51 +0000 |
commit | 380deadbea8268360579d326fa8795d769aa2d8f (patch) | |
tree | 17b36edba34b019b67befb52993c04ba632cd67f /framework/source | |
parent | ff0cc6ade96d94f5a80719947e88fd01764a572a (diff) |
fix: #93014# dont show tooltip
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/dispatch/helpagentdispatcher.cxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/framework/source/dispatch/helpagentdispatcher.cxx b/framework/source/dispatch/helpagentdispatcher.cxx index 874c0a9bdd7c..df063d8df626 100644 --- a/framework/source/dispatch/helpagentdispatcher.cxx +++ b/framework/source/dispatch/helpagentdispatcher.cxx @@ -2,9 +2,9 @@ * * $RCSfile: helpagentdispatcher.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pb $ $Date: 2001-08-17 08:47:41 $ + * last change: $Author: pb $ $Date: 2001-10-11 09:21:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -254,9 +254,8 @@ namespace framework // stop the expiration timer for the old URL stopAutoCloseTimer(); - // set the URL as tooltip text + // save the URL m_sCurrentURL = _rURL.Complete; - m_pAgentWindow->SetQuickHelpText(m_sCurrentURL); // start the expiration timer for the new URL startAutoCloseTimer(); @@ -424,6 +423,9 @@ namespace framework /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.2 2001/08/17 08:47:41 pb + * fix: #91160# ignore the url also on click closer + * * Revision 1.1 2001/07/02 13:27:02 as * #79955# move to dispatch dir * |