diff options
Diffstat (limited to 'framework/inc/services.h')
-rw-r--r-- | framework/inc/services.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/inc/services.h b/framework/inc/services.h index 62be0132b558..aaa8ca20689d 100644 --- a/framework/inc/services.h +++ b/framework/inc/services.h @@ -2,9 +2,9 @@ * * $RCSfile: services.h,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: obo $ $Date: 2005-03-15 12:54:45 $ + * last change: $Author: kz $ $Date: 2005-07-12 14:11:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -152,6 +152,7 @@ namespace framework{ #define SERVICENAME_STATUSBARCONTROLLERFACTORY DECLARE_ASCII("com.sun.star.frame.StatusbarControllerFactory" ) #define SERVICENAME_SESSIONLISTENER DECLARE_ASCII("com.sun.star.frame.SessionListener" ) #define SERVICENAME_STATUSBARCONTROLLER DECLARE_ASCII("com.sun.star.frame.StatusbarController" ) +#define SERVICENAME_TABREG DECLARE_ASCII("com.sun.star.tab.tabreg" ) //_________________________________________________________________________________________________________________ // used implementationnames by framework |