diff options
Diffstat (limited to 'framework/inc/dispatch/closedispatcher.hxx')
-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. |