summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:19:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:19:36 +0000
commit71c6f1ab887ad0de80acbd50e6431cbebf0f988b (patch)
treeec896e0e5ef152c4f22e32b3f9dc4c02eee3c701 /xmloff
parent60099cc6df6db32260ef5646a57eb9f07aa135e6 (diff)
INTEGRATION: CWS oasisbf1 (1.57.10); FILE MERGED
2004/09/30 07:35:49 mib 1.57.10.1: #i32836#: foot end endote references
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtflde.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index 7aa1cf2f56b3..c4cf37167f4d 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtflde.cxx,v $
*
- * $Revision: 1.58 $
+ * $Revision: 1.59 $
*
- * last change: $Author: rt $ $Date: 2004-11-03 16:42:07 $
+ * last change: $Author: hr $ $Date: 2004-11-09 12:19:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1781,6 +1781,8 @@ void XMLTextFieldExport::ExportFieldHelper(
case FIELD_ID_REF_FOOTNOTE:
case FIELD_ID_REF_ENDNOTE:
// reference to end-/footnote: format, generate name, (and element)
+ GetExport().AddAttribute( XML_NAMESPACE_TEXT, XML_NOTE_CLASS,
+ FIELD_ID_REF_ENDNOTE==nToken ? XML_ENDNOTE : XML_FOOTNOTE );
ProcessString(XML_REFERENCE_FORMAT,
MapReferenceType(GetInt16Property(
sPropertyReferenceFieldPart, rPropSet)),