diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 12:28:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 12:28:01 +0000 |
commit | 4531492ad2feeebc9cfc04f1e6a3830338c7a67a (patch) | |
tree | 44d50f9d7e9de038118c51b9fcea3fc5152e7d32 /configmgr/source/inc | |
parent | 807feddf5588dcd2b45341b6aec0f01cee875e26 (diff) |
INTEGRATION: CWS configapi01 (1.22.8); FILE MERGED
2003/04/10 15:47:20 jb 1.22.8.1: #1077715# Move configuration backend API out of drafts; adjust to API changes
Diffstat (limited to 'configmgr/source/inc')
-rw-r--r-- | configmgr/source/inc/bootstrap.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configmgr/source/inc/bootstrap.hxx b/configmgr/source/inc/bootstrap.hxx index bb3a68595325..c05be2010e47 100644 --- a/configmgr/source/inc/bootstrap.hxx +++ b/configmgr/source/inc/bootstrap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: bootstrap.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: hr $ $Date: 2003-03-19 16:18:53 $ + * last change: $Author: rt $ $Date: 2003-04-17 13:28:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,12 +96,10 @@ // --------------------------------------------------------------------------------------- #define A_DefaultProviderSingletonName "com.sun.star.configuration.theDefaultProvider" #define K_DefaultBackendSingletonName "com.sun.star.configuration.backend.theDefaultBackend" -#define K_DefaultSingleBackendSingletonName "com.sun.star.configuration.backend.theDefaultSingleBackend" #define A_BootstrapContextSingletonName "com.sun.star.configuration.bootstrap.theBootstrapContext" // ------------------------------------------------------------------------- #define A_DefaultProviderServiceAndImplName "com.sun.star.configuration.DefaultProvider" #define K_DefaultBackendServiceAndImplName "com.sun.star.configuration.backend.DefaultBackend" -#define K_DefaultSingleBackendServiceAndImplName "com.sun.star.configuration.backend.DefaultSingleBackend" // --------------------------------------------------------------------------------------- namespace configmgr { |