INTEGRATION: CWS imprec01 (1.30.10); FILE MERGED
2005/01/21 10:50:21 lo 1.30.10.3: #i34170# combine session management and autorecovery 2005/01/10 09:04:55 as 1.30.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.30.10.1: #i39228# move GlobalEventBroadcaster from sfx to framework module
This commit is contained in:
parent
b30c90c8ac
commit
36e389007e
1 changed files with 5 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: services.h,v $
|
||||
*
|
||||
* $Revision: 1.30 $
|
||||
* $Revision: 1.31 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2004-11-26 20:36:32 $
|
||||
* last change: $Author: rt $ $Date: 2005-02-02 13:49:14 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -149,7 +149,7 @@ namespace framework{
|
|||
#define SERVICENAME_STATUSBARFACTORY DECLARE_ASCII("drafts.com.sun.star.ui.StatusBarFactory" )
|
||||
#define SERVICENAME_UICATEGORYDESCRIPTION DECLARE_ASCII("com.sun.star.ui.UICategoryDescription" )
|
||||
#define SERVICENAME_STATUSBARCONTROLLERFACTORY DECLARE_ASCII("com.sun.star.frame.StatusbarControllerFactory" )
|
||||
|
||||
#define SERVICENAME_SESSIONLISTENER DECLARE_ASCII("com.sun.star.frame.SessionListener" )
|
||||
//_________________________________________________________________________________________________________________
|
||||
// used implementationnames by framework
|
||||
//_________________________________________________________________________________________________________________
|
||||
|
@ -215,6 +215,8 @@ namespace framework{
|
|||
#define IMPLEMENTATIONNAME_STATUSBARCONTROLLERFACTORY DECLARE_ASCII("com.sun.star.comp.framework.StatusBarControllerFactory" )
|
||||
#define IMPLEMENTATIONNAME_UICATEGORYDESCRIPTION DECLARE_ASCII("com.sun.star.comp.framework.UICategoryDescription" )
|
||||
#define IMPLEMENTATIONNAME_APPDISPATCHPROVIDER DECLARE_ASCII("com.sun.star.comp.sfx2.AppDispatchProvider" )
|
||||
#define IMPLEMENTATIONNAME_SESSIONLISTENER DECLARE_ASCII("com.sun.star.comp.frame.SessionListener" )
|
||||
|
||||
} // namespace framework
|
||||
|
||||
#endif // #ifndef __FRAMEWORK_SERVICES_H_
|
||||
|
|
Loading…
Reference in a new issue