summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-02-02 12:54:34 +0000
committerRüdiger Timm <rt@openoffice.org>2005-02-02 12:54:34 +0000
commit3a4141e51d061119f00db9f9347c4a8761dd4dee (patch)
treee4ec70b29a00780a44d94d646b5a1973029708b2
parentffa0c246dd9693e7cc047d821f3a2d03f51c2e00 (diff)
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
-rw-r--r--framework/source/register/registerservices.cxx12
1 files 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 <uiconfiguration/uicategorydescription.hxx>
#endif
+#ifndef __FRAMEWORK_SERVICES_SESSIONLISTENER_HXX_
+#include <services/sessionlistener.hxx>
+#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 )
)