From 878741c97900da3dcf8b2efa6626fdaf8c26b0a7 Mon Sep 17 00:00:00 2001 From: Andreas Schlüns Date: Thu, 16 Aug 2001 11:42:18 +0000 Subject: #88408# don't support synchronize handler any longer --- framework/inc/dispatch/dispatchprovider.hxx | 8 +++----- framework/inc/services.h | 5 ++--- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'framework/inc') 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" ) //_________________________________________________________________________________________________________________ -- cgit