summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2000-11-14 13:42:50 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2000-11-14 13:42:50 +0000
commitc26ca6c062ac2181a6acf5adf18e2a68b0605273 (patch)
treeae4790e4ae8ea6f125fd868d3230954f7f61ad67 /xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
parentb71e1da56b515e6ad6f69be7edce75c2c0d658ed (diff)
#80284# XML im-/export continued
- changed: section and TOC im-/export restructured to accomodate indices - added: im-/export of all index types (implemented but disabled due to API problems) - changed: auto style Add(), Find() made public on txtparae.hxx - changed: text:section-source-dde into office:dde-source - changed: dde attribute names now use standard terminology
Diffstat (limited to 'xmloff/source/text/XMLSectionSourceDDEImportContext.cxx')
-rw-r--r--xmloff/source/text/XMLSectionSourceDDEImportContext.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx b/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
index 15f188a1e2c4..bfd1be11eb28 100644
--- a/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
+++ b/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLSectionSourceDDEImportContext.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dvo $ $Date: 2000-10-16 13:01:58 $
+ * last change: $Author: dvo $ $Date: 2000-11-14 14:42:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,10 +144,10 @@ enum XMLSectionSourceDDEToken
static __FAR_DATA SvXMLTokenMapEntry aSectionSourceDDETokenMap[] =
{
- { XML_NAMESPACE_TEXT, sXML_dde_application,
+ { XML_NAMESPACE_OFFICE, sXML_dde_application,
XML_TOK_SECTION_DDE_APPLICATION },
- { XML_NAMESPACE_TEXT, sXML_dde_topic, XML_TOK_SECTION_DDE_TOPIC },
- { XML_NAMESPACE_TEXT, sXML_dde_item, XML_TOK_SECTION_DDE_ITEM },
+ { XML_NAMESPACE_OFFICE, sXML_dde_topic, XML_TOK_SECTION_DDE_TOPIC },
+ { XML_NAMESPACE_OFFICE, sXML_dde_item, XML_TOK_SECTION_DDE_ITEM },
XML_TOKEN_MAP_END
};