diff options
author | Dirk Grobler <dg@openoffice.org> | 2001-10-11 14:41:04 +0000 |
---|---|---|
committer | Dirk Grobler <dg@openoffice.org> | 2001-10-11 14:41:04 +0000 |
commit | 49794f270fda957d4c2c92ffa88c7568fb0fa4f1 (patch) | |
tree | 0a37a313346cb614376fd92437e0d4e5dcfc38a4 /configmgr | |
parent | d5658da1f61715b7a4fe0ff56564c354ed4d413e (diff) |
#92234# new string defs to share
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/misc/strimpl.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/misc/strimpl.cxx b/configmgr/source/misc/strimpl.cxx index 616ee81cc10d..f716090c1d6a 100644 --- a/configmgr/source/misc/strimpl.cxx +++ b/configmgr/source/misc/strimpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: strimpl.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: dg $ $Date: 2001-10-11 14:23:02 $ + * last change: $Author: dg $ $Date: 2001-10-11 15:41:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -149,8 +149,8 @@ namespace configmgr IMPLEMENT_CONSTASCII_USTRING(NODE_USERPROFILE_GROUP_PATH, "Data"); IMPLEMENT_CONSTASCII_USTRING(NODE_USERPROFILE_GROUP_FIELD, "UserGroup"); IMPLEMENT_CONSTASCII_USTRING(NODE_USERPROFILE_DEFAULTGROUP, "defaultGroup"); - IMPLEMENT_CONSTASCII_USTRING(NODE_USERPROFILE_GROUPLIST, "org.openoffice.UserProfile/Group"); - IMPLEMENT_CONSTASCII_USTRING(NODE_USERPROFILE_USERLIST, "org.openoffice.UserProfile/User"); + IMPLEMENT_CONSTASCII_USTRING(NODE_USERPROFILE_GROUPLIST, "Template/Group"); + IMPLEMENT_CONSTASCII_USTRING(NODE_USERPROFILE_USERLIST, "Template/User"); IMPLEMENT_CONSTASCII_USTRING(NODE_USERTEMPLATE_MODULE, "org.openoffice.Webtop.Common"); IMPLEMENT_CONSTASCII_USTRING(NODE_USERTEMPLATE_NAME, "User"); |