summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-27 10:11:01 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-27 10:11:01 +0000
commit150408402cccbcd2fa5860d025283990281f2638 (patch)
treef3044031c5127c6fbd0044c06264d91bafe32eb1
parent3a30bb39cf54de42bae1895ad00922cd016ae35d (diff)
INTEGRATION: CWS oasisbf4 (1.3.18); FILE MERGED
2004/12/02 10:18:51 mib 1.3.18.1: #i37897#: export fotnote config as <footnote-configuration>
-rw-r--r--xmloff/source/transform/NotesTContext.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/transform/NotesTContext.cxx b/xmloff/source/transform/NotesTContext.cxx
index 68119583f64d..a290c08fbf98 100644
--- a/xmloff/source/transform/NotesTContext.cxx
+++ b/xmloff/source/transform/NotesTContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: NotesTContext.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 12:22:38 $
+ * last change: $Author: rt $ $Date: 2005-01-27 11:11:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,6 +196,7 @@ void XMLNotesTransformerContext::StartElement(
case XML_NOTES_CONFIGURATION:
eToken = (m_bEndNote ? XML_ENDNOTES_CONFIGURATION
: XML_FOOTNOTES_CONFIGURATION);
+ break;
case XML_NOTE_REF:
eToken = (m_bEndNote ? XML_ENDNOTE_REF : XML_FOOTNOTE_REF);
break;