diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-11-05 09:06:23 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-11-05 09:06:23 +0000 |
commit | bf27b20cd1e72e0ef0a53c5abacdfe9ac437325b (patch) | |
tree | 33ea68c00b2526175b8c33acd53545b3eb727bc6 | |
parent | e2f66ca70dd75fc9d47d9f60a4c80c629b916f9e (diff) |
#94279# set Listener to NULL in dtor
-rw-r--r-- | framework/source/dispatch/helpagentdispatcher.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/framework/source/dispatch/helpagentdispatcher.cxx b/framework/source/dispatch/helpagentdispatcher.cxx index df063d8df626..c2ed20570c0f 100644 --- a/framework/source/dispatch/helpagentdispatcher.cxx +++ b/framework/source/dispatch/helpagentdispatcher.cxx @@ -2,9 +2,9 @@ * * $RCSfile: helpagentdispatcher.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: pb $ $Date: 2001-10-11 09:21:51 $ + * last change: $Author: oj $ $Date: 2001-11-05 10:06:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,6 +125,8 @@ namespace framework osl_incrementInterlockedCount( &m_refCount ); // we may create new references to ourself below, so ensure the dtor is not called twice .... closeAgentWindow(); + if(m_xAutoCloseTimer.isValid()) + m_xAutoCloseTimer->setListener(NULL); } //-------------------------------------------------------------------- @@ -423,6 +425,9 @@ namespace framework /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.3 2001/10/11 09:21:51 pb + * fix: #93014# dont show tooltip + * * Revision 1.2 2001/08/17 08:47:41 pb * fix: #91160# ignore the url also on click closer * |