diff options
author | Dirk Grobler <dg@openoffice.org> | 2001-06-22 07:05:59 +0000 |
---|---|---|
committer | Dirk Grobler <dg@openoffice.org> | 2001-06-22 07:05:59 +0000 |
commit | 54074824c3f21ec13dda885d71d83a08a63af1d2 (patch) | |
tree | b80acfc3ec108832ee15d38542e71f94521f74f8 /configmgr | |
parent | ededda01be8d57a3e1376bc2ef403d7fb650f1c4 (diff) |
#88512# changes for TF_CFGDATA
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/api2/providerimpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/api2/providerimpl.cxx b/configmgr/source/api2/providerimpl.cxx index c8f208565774..71564839f045 100644 --- a/configmgr/source/api2/providerimpl.cxx +++ b/configmgr/source/api2/providerimpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: providerimpl.cxx,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: dg $ $Date: 2001-06-18 11:58:01 $ + * last change: $Author: dg $ $Date: 2001-06-22 08:01:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -231,7 +231,7 @@ namespace configmgr OSL_ASSERT(pProfile); #ifdef TF_CFGDATA - static ::rtl::OUString ssSubGroup(RTL_CONSTASCII_USTRINGPARAM("Office")); + static ::rtl::OUString ssSubGroup(RTL_CONSTASCII_USTRINGPARAM("L10N")); static ::rtl::OUString ssLocale(RTL_CONSTASCII_USTRINGPARAM("ooLocale")); #else static ::rtl::OUString ssSubGroup(RTL_CONSTASCII_USTRINGPARAM("International")); |