summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLSectionImportContext.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-04-23 14:49:51 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-04-23 14:49:51 +0000
commitc0714648913a436c9636f5cbeb1969612ec52456 (patch)
tree6c5ace6b8ec3ab55ce74536d335cf64c34cd6f8b /xmloff/source/text/XMLSectionImportContext.cxx
parenta2c18596e83af289a0bd27cc94db1a3d22b5f28c (diff)
changed text:protect to text:protected
Diffstat (limited to 'xmloff/source/text/XMLSectionImportContext.cxx')
-rw-r--r--xmloff/source/text/XMLSectionImportContext.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLSectionImportContext.cxx b/xmloff/source/text/XMLSectionImportContext.cxx
index fe75b94035..e9d0f098a5 100644
--- a/xmloff/source/text/XMLSectionImportContext.cxx
+++ b/xmloff/source/text/XMLSectionImportContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLSectionImportContext.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: dvo $ $Date: 2001-04-09 13:13:23 $
+ * last change: $Author: dvo $ $Date: 2001-04-23 15:49:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -162,8 +162,10 @@ static __FAR_DATA SvXMLTokenMapEntry aSectionTokenMap[] =
{ XML_NAMESPACE_TEXT, sXML_name, XML_TOK_SECTION_NAME },
{ XML_NAMESPACE_TEXT, sXML_condition, XML_TOK_SECTION_CONDITION },
{ XML_NAMESPACE_TEXT, sXML_display, XML_TOK_SECTION_DISPLAY },
- { XML_NAMESPACE_TEXT, sXML_protect, XML_TOK_SECTION_PROTECT },
+ { XML_NAMESPACE_TEXT, sXML_protected, XML_TOK_SECTION_PROTECT },
{ XML_NAMESPACE_TEXT, sXML_protection_key, XML_TOK_SECTION_PROTECTION_KEY},
+ // compatibility with SRC629 (or earlier) versions
+ { XML_NAMESPACE_TEXT, sXML_protect, XML_TOK_SECTION_PROTECT },
XML_TOKEN_MAP_END
};