diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-15 16:19:31 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-15 16:19:31 +0000 |
commit | fb265657f041f4bcae33711bb1617f7802015156 (patch) | |
tree | 27970a8489acc3abb6d457fd51f8c5434f6459c7 /xmloff/source/text/txtimp.cxx | |
parent | 4552d57fd9078f9bc7b704f66c17b4cc105e88c6 (diff) |
- changed: attributes and namespaces of script + annotation fields now follow specification
Diffstat (limited to 'xmloff/source/text/txtimp.cxx')
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index 0a52d4ebbb5c..6bd6ca9d7951 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtimp.cxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: dvo $ $Date: 2001-01-15 13:36:17 $ + * last change: $Author: dvo $ $Date: 2001-01-15 17:19:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -387,7 +387,7 @@ static __FAR_DATA SvXMLTokenMapEntry aTextPElemTokenMap[] = { XML_NAMESPACE_TEXT, sXML_endnote_ref, XML_TOK_TEXT_ENDNOTE_REF }, { XML_NAMESPACE_TEXT, sXML_bibliography_mark, XML_TOK_TEXT_BIBLIOGRAPHY_MARK }, - { XML_NAMESPACE_TEXT, sXML_annotation, XML_TOK_TEXT_ANNOTATION }, + { XML_NAMESPACE_OFFICE, sXML_annotation, XML_TOK_TEXT_ANNOTATION }, { XML_NAMESPACE_TEXT, sXML_script, XML_TOK_TEXT_SCRIPT }, // Calc fields |