summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-01-18 10:08:29 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-01-18 10:08:29 +0000
commitff6ecfd649622bd28b1b69a2742650e8fbf2abb4 (patch)
tree102d08b43099cc89860cba7d6a1eec2c493579f4 /xmloff/source/text/XMLIndexBibliographyEntryContext.cxx
parent2fad7821924fa8a80269a46f95cee69a016d9915 (diff)
#96658# changed bibiliographic-type to bibliography-type
Diffstat (limited to 'xmloff/source/text/XMLIndexBibliographyEntryContext.cxx')
-rw-r--r--xmloff/source/text/XMLIndexBibliographyEntryContext.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx b/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx
index c1c4452805f6..7b7c3b1e5545 100644
--- a/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx
+++ b/xmloff/source/text/XMLIndexBibliographyEntryContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLIndexBibliographyEntryContext.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dvo $ $Date: 2001-06-29 21:07:21 $
+ * last change: $Author: dvo $ $Date: 2002-01-18 11:08:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -141,6 +141,8 @@ const SvXMLEnumMapEntry aBibliographyDataFieldMap[] =
{ XML_ADDRESS, BibliographyDataField::ADDRESS },
{ XML_ANNOTE, BibliographyDataField::ANNOTE },
{ XML_AUTHOR, BibliographyDataField::AUTHOR },
+ { XML_BIBLIOGRAPHY_TYPE, BibliographyDataField::BIBILIOGRAPHIC_TYPE },
+ // #96658#: also read old documents (bib*i*liographic...)
{ XML_BIBILIOGRAPHIC_TYPE, BibliographyDataField::BIBILIOGRAPHIC_TYPE },
{ XML_BOOKTITLE, BibliographyDataField::BOOKTITLE },
{ XML_CHAPTER, BibliographyDataField::CHAPTER },