summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-08-16 11:42:18 +0000
committerAndreas Schlüns <as@openoffice.org>2001-08-16 11:42:18 +0000
commit878741c97900da3dcf8b2efa6626fdaf8c26b0a7 (patch)
tree3af130eae179bfe5192ee50228a957520e483215 /framework/inc
parent3eac059e378d5beb3ed3192047585f9ce0e17706 (diff)
#88408# don't support synchronize handler any longer
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/dispatch/dispatchprovider.hxx8
-rw-r--r--framework/inc/services.h5
2 files changed, 5 insertions, 8 deletions
diff --git a/framework/inc/dispatch/dispatchprovider.hxx b/framework/inc/dispatch/dispatchprovider.hxx
index 9b22e5dbd26d..0c672037d981 100644
--- a/framework/inc/dispatch/dispatchprovider.hxx
+++ b/framework/inc/dispatch/dispatchprovider.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dispatchprovider.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: as $ $Date: 2001-08-02 13:32:23 $
+ * last change: $Author: as $ $Date: 2001-08-16 12:42:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -152,8 +152,7 @@ enum EDispatchHelper
E_CREATEDISPATCHER ,
E_BLANKDISPATCHER ,
E_SELFDISPATCHER ,
- E_PLUGINDISPATCHER ,
- E_SYNCDISPATCHER
+ E_PLUGINDISPATCHER
};
//_________________________________________________________________________________________________________________
@@ -254,7 +253,6 @@ 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
diff --git a/framework/inc/services.h b/framework/inc/services.h
index d9c9b44f87de..301f078bc1b5 100644
--- a/framework/inc/services.h
+++ b/framework/inc/services.h
@@ -2,9 +2,9 @@
*
* $RCSfile: services.h,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: as $ $Date: 2001-08-10 11:54:18 $
+ * last change: $Author: as $ $Date: 2001-08-16 12:42:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,6 @@ namespace framework{
#define SERVICENAME_CONTENTHANDLERFACTORY DECLARE_ASCII("com.sun.star.document.ContentHandlerFactory" )
#define SERVICENAME_APPDISPATCHPROVIDER DECLARE_ASCII("com.sun.star.comp.sfx2.AppDispatchProvider" )
#define SERVICENAME_UCBCONTENTBROKER DECLARE_ASCII("com.sun.star.ucb.UniversalContentBroker" )
-#define SERVICENAME_SYNCDISPATCHER DECLARE_ASCII("com.sun.star.syncaccess.ui.Dispatch" )
#define SERVICENAME_STATUSINDICATOR DECLARE_ASCII("com.sun.star.task.XStatusIndicator" )
//_________________________________________________________________________________________________________________