summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 10:43:07 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 10:43:07 +0000
commiteab4e94835f37336d993cbf4a88e446da4c7ab15 (patch)
treea0023aa931978a837ae057c3d2d31491fed9677a /configmgr
parent3eaac187a6b1ee0322823aac8e34f9e4c3cd0813 (diff)
INTEGRATION: CWS configxml01 (1.5.54); FILE MERGED
2003/05/16 15:39:35 jb 1.5.54.1: #109668# Rename oor:node -> oor:component-data ; accept old format for reading
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/xml/xmlstrings.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/configmgr/source/xml/xmlstrings.cxx b/configmgr/source/xml/xmlstrings.cxx
index dea15f36d4fb..03674594de50 100644
--- a/configmgr/source/xml/xmlstrings.cxx
+++ b/configmgr/source/xml/xmlstrings.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlstrings.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jb $ $Date: 2002-07-14 16:49:52 $
+ * last change: $Author: vg $ $Date: 2003-05-27 11:43:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,8 @@ namespace configmgr
// tag names
IMPLEMENT_CONSTASCII_USTRING(TAG_SCHEMA, OOR_ROOTTAG_PREFIX_"component-schema");
- IMPLEMENT_CONSTASCII_USTRING(TAG_LAYER, OOR_ROOTTAG_PREFIX_"node");
+ IMPLEMENT_CONSTASCII_USTRING(TAG_LAYER, OOR_ROOTTAG_PREFIX_"component-data");
+ IMPLEMENT_CONSTASCII_USTRING(DEPRECATED_TAG_LAYER, OOR_ROOTTAG_PREFIX_"node");
IMPLEMENT_CONSTASCII_USTRING(TAG_COMPONENT, OOR_TAG_PREFIX_"component");
IMPLEMENT_CONSTASCII_USTRING(TAG_TEMPLATES, OOR_TAG_PREFIX_"templates");