diff options
author | Dirk Grobler <dg@openoffice.org> | 2001-06-18 10:58:01 +0000 |
---|---|---|
committer | Dirk Grobler <dg@openoffice.org> | 2001-06-18 10:58:01 +0000 |
commit | 3800e373d88909e0c0aa53c33e5ab805597ca63b (patch) | |
tree | f1d125f1694c3129323d3effc8ac0aa1182022f4 /configmgr/source | |
parent | d0f5647711dc718badb684180dfa73feea993cc3 (diff) |
TF_CFGDATA, changed access for UserProfileData
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/api2/providerimpl.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/api2/providerimpl.cxx b/configmgr/source/api2/providerimpl.cxx index 4c8fb94216bd..c8f208565774 100644 --- a/configmgr/source/api2/providerimpl.cxx +++ b/configmgr/source/api2/providerimpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: providerimpl.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: dg $ $Date: 2001-06-18 10:48:00 $ + * last change: $Author: dg $ $Date: 2001-06-18 11:58:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -171,7 +171,7 @@ namespace configmgr if (bNeedProfile) try { -#ifdef TF_CFG +#ifdef TF_CFGDATA static ::rtl::OUString ssUserProfile(RTL_CONSTASCII_USTRINGPARAM("org.openoffice.Setup")); #else static ::rtl::OUString ssUserProfile(RTL_CONSTASCII_USTRINGPARAM("org.openoffice.UserProfile")); @@ -230,7 +230,7 @@ namespace configmgr { OSL_ASSERT(pProfile); -#ifdef TF_CFG +#ifdef TF_CFGDATA static ::rtl::OUString ssSubGroup(RTL_CONSTASCII_USTRINGPARAM("Office")); static ::rtl::OUString ssLocale(RTL_CONSTASCII_USTRINGPARAM("ooLocale")); #else |