summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-08-17 07:47:41 +0000
committerPeter Burow <pb@openoffice.org>2001-08-17 07:47:41 +0000
commit2465fdd7b1717f1d6bf9e45853cc29b935d0460e (patch)
tree1d8c5078429dbbfc8ad4a5902f439f58bb3f35bb /framework/source
parent8030be8e9b43ef4e3c7a83f6efc8b1dd2b050cd3 (diff)
fix: #91160# ignore the url also on click closer
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/dispatch/helpagentdispatcher.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/framework/source/dispatch/helpagentdispatcher.cxx b/framework/source/dispatch/helpagentdispatcher.cxx
index d3cc459a366f..874c0a9bdd7c 100644
--- a/framework/source/dispatch/helpagentdispatcher.cxx
+++ b/framework/source/dispatch/helpagentdispatcher.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: helpagentdispatcher.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: as $ $Date: 2001-07-02 13:27:02 $
+ * last change: $Author: pb $ $Date: 2001-08-17 08:47:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -309,6 +309,9 @@ namespace framework
//--------------------------------------------------------------------
void HelpAgentDispatcher::closeAgent()
{
+ // the hint has been ignored by the user (click the closer)
+ markURLIgnored(m_sCurrentURL);
+ // close the window
closeAgentWindow();
}
@@ -421,6 +424,9 @@ namespace framework
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2001/07/02 13:27:02 as
+ * #79955# move to dispatch dir
+ *
* Revision 1.3 2001/06/11 10:27:57 as
* #85529# use new lock mechanism
*