summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-07-02 12:38:48 +0000
committerAndreas Schlüns <as@openoffice.org>2001-07-02 12:38:48 +0000
commit19c01d03312f3d2b69d156972f57f2325d200b44 (patch)
treef551a9c22f76d6c1ab90bd62171ff0aca7c4e6bf /framework
parent96209dfa4920d846b84de746d0241a27229071bd (diff)
#79955# use new DispatchProvider
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/services/desktop.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index 5298f32d6e98..384a4f9a6e99 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: desktop.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: as $ $Date: 2001-06-11 10:19:38 $
+ * last change: $Author: as $ $Date: 2001-07-02 13:38:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1248,7 +1248,7 @@ class Desktop : public css::lang::XTypeProvider ,
FrameContainer m_aChildTaskContainer ; /// array of child tasks (childs of desktop are tasks; and tasks are also frames - But pure frames are not accepted!)
::cppu::OMultiTypeInterfaceContainerHelper m_aListenerContainer ; /// container for ALL Listener
css::uno::Reference< css::frame::XFrames > m_xFramesHelper ; /// helper for XFrames, XIndexAccess, XElementAccess and implementation of a childcontainer!
- css::uno::Reference< css::frame::XDispatch > m_xDispatchHelper ; /// helper to dispatch something for new tasks, created by "_blank"!
+ css::uno::Reference< css::frame::XDispatchProvider > m_xDispatchHelper ; /// helper to dispatch something for new tasks, created by "_blank"!
eIMPL_loadState m_eLoadState ; /// hold information about state of asynchron loading of component for loadComponentFromURL()!
TaskCreator m_aTaskCreator ; /// Helper to create new tasks or plugin frames!
css::uno::Reference< css::frame::XFrame > m_xLastFrame ;