diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-12 13:11:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-12 13:11:45 +0000 |
commit | d3cca223316c372bfa3c5bc24ccfd3d6489d5cfb (patch) | |
tree | c09825372d9615d2e6bc7431f6058fde9c5aaf8d /framework/inc/dispatch | |
parent | 0399c446e8aecb4fb6682abb444f46173a6e6cd6 (diff) |
INTEGRATION: CWS fwk16 (1.5.144); FILE MERGED
2005/07/07 11:20:15 as 1.5.144.1: #120310# close dispatcher detects disposed frames now and handle it more gracefully
Diffstat (limited to 'framework/inc/dispatch')
-rw-r--r-- | framework/inc/dispatch/closedispatcher.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx index 63d50a3ac10e..071236161942 100644 --- a/framework/inc/dispatch/closedispatcher.hxx +++ b/framework/inc/dispatch/closedispatcher.hxx @@ -2,9 +2,9 @@ * * $RCSfile: closedispatcher.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-11-16 14:49:12 $ + * last change: $Author: kz $ $Date: 2005-07-12 14:11:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -197,7 +197,7 @@ class CloseDispatcher : public css::lang::XTypeProvider //--------------------------------------- /** @short reference to the target frame, which should be closed by this dispatch. */ - css::uno::Reference< css::frame::XFrame > m_xCloseFrame; + css::uno::WeakReference< css::frame::XFrame > m_xCloseFrame; //--------------------------------------- /** @short used for asynchronous callbacks within the main thread. |