diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:19:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 11:19:36 +0000 |
commit | 349fef21ebabfac63ae5e70c2ed6e515b35dfca2 (patch) | |
tree | a51bbce4aa88cb8c7babf7798c3009505d0c5e18 /xmloff/source/text/txtflde.cxx | |
parent | 6656156c50d6c3f7c21614a88dd1e466fc5ab64d (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/source/text/txtflde.cxx')
-rw-r--r-- | xmloff/source/text/txtflde.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx index 10888600a8..d526c31f72 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)), |