From 3a4141e51d061119f00db9f9347c4a8761dd4dee Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 2 Feb 2005 12:54:34 +0000 Subject: INTEGRATION: CWS imprec01 (1.28.10); FILE MERGED 2005/01/21 10:50:24 lo 1.28.10.3: #i34170# combine session management and autorecovery 2005/01/10 09:04:57 as 1.28.10.2: #i39228# move GlobalEventBroadcaster from back to sfx and provide new mechanism to trigger events from outside the sfx 2005/01/10 07:37:53 as 1.28.10.1: #i39228# move GlobalEventBroadcaster from sfx to framework module --- framework/source/register/registerservices.cxx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/framework/source/register/registerservices.cxx b/framework/source/register/registerservices.cxx index 0f7d8621f659..b2b9bf5ece2f 100644 --- a/framework/source/register/registerservices.cxx +++ b/framework/source/register/registerservices.cxx @@ -2,9 +2,9 @@ * * $RCSfile: registerservices.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2004-11-26 14:32:29 $ + * last change: $Author: rt $ $Date: 2005-02-02 13:54:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -271,6 +271,10 @@ #include #endif +#ifndef __FRAMEWORK_SERVICES_SESSIONLISTENER_HXX_ +#include +#endif + COMPONENTGETIMPLEMENTATIONENVIRONMENT COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer ) @@ -317,6 +321,7 @@ COMPONENTWRITEINFO ( COMPONENTINFO( ::framework::URLTransformer COMPONENTINFO( ::framework::StatusBarFactory ) COMPONENTINFO( ::framework::UICategoryDescription ) COMPONENTINFO( ::framework::StatusbarControllerFactory ) + COMPONENTINFO( ::framework::SessionListener ) ) COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer ) else @@ -362,6 +367,7 @@ COMPONENTGETFACTORY ( IFFACTORY( ::framework::URLTransformer IFFACTORY( ::framework::RecentFilesMenuController ) else IFFACTORY( ::framework::StatusBarFactory ) else IFFACTORY( ::framework::UICategoryDescription ) else - IFFACTORY( ::framework::StatusbarControllerFactory ) + IFFACTORY( ::framework::StatusbarControllerFactory ) else + IFFACTORY( ::framework::SessionListener ) ) -- cgit