summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2001-07-31 09:07:00 +0000
committerStephan Bergmann <sb@openoffice.org>2001-07-31 09:07:00 +0000
commitea9ea07e790f83063dc26a9c07025232053a24b5 (patch)
tree8e3919852db0785a924bb8f0ca0b97d5b9428112 /framework/inc
parent46a9af39d90a979a3570586c9ac3f2b18ffde619 (diff)
#88408# Added temporary solution to start sync client dialog.
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/dispatch/dispatchprovider.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/framework/inc/dispatch/dispatchprovider.hxx b/framework/inc/dispatch/dispatchprovider.hxx
index fee75c9685c6..41300bdb4c59 100644
--- a/framework/inc/dispatch/dispatchprovider.hxx
+++ b/framework/inc/dispatch/dispatchprovider.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dispatchprovider.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: as $ $Date: 2001-07-20 08:08:45 $
+ * last change: $Author: sb $ $Date: 2001-07-31 10:06:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -152,7 +152,8 @@ enum EDispatchHelper
E_CREATEDISPATCHER ,
E_BLANKDISPATCHER ,
E_SELFDISPATCHER ,
- E_PLUGINDISPATCHER
+ E_PLUGINDISPATCHER,
+ E_SYNCDISPATCHER
};
//_________________________________________________________________________________________________________________
@@ -250,6 +251,7 @@ class DispatchProvider : // interfaces
css::uno::Reference< css::frame::XDispatch > m_xBlankDispatcher ;
css::uno::Reference< css::frame::XDispatch > m_xSelfDispatcher ;
css::uno::Reference< css::frame::XDispatch > m_xPlugInDispatcher ;
+ css::uno::Reference< css::frame::XDispatch > m_xSyncDispatcher;
}; // class DispatchProvider