diff options
author | Michael Brauer <mib@openoffice.org> | 2000-11-17 06:37:42 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2000-11-17 06:37:42 +0000 |
commit | 778f89db18a0327e44ca463a8b80189ce03f1fc7 (patch) | |
tree | c472a7dd3965f25206461bfbaea07aa5bdbbc72b /xmloff/source/text/XMLFootnoteBodyImportContext.cxx | |
parent | afa0cf8671ff1877a7a2187fdb3f8b1c35ee6a4b (diff) |
#80360#: Tables within sections
Diffstat (limited to 'xmloff/source/text/XMLFootnoteBodyImportContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLFootnoteBodyImportContext.cxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xmloff/source/text/XMLFootnoteBodyImportContext.cxx b/xmloff/source/text/XMLFootnoteBodyImportContext.cxx index 7fc639ffafac..e306bdaada26 100644 --- a/xmloff/source/text/XMLFootnoteBodyImportContext.cxx +++ b/xmloff/source/text/XMLFootnoteBodyImportContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLFootnoteBodyImportContext.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mib $ $Date: 2000-10-12 18:09:53 $ + * last change: $Author: mib $ $Date: 2000-11-17 07:37:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,9 +120,10 @@ SvXMLImportContext* XMLFootnoteBodyImportContext::CreateChildContext( // return text context SvXMLImportContext *pContext = GetImport().GetTextImport()->CreateTextChildContext(GetImport(), - nPrefix, - rLocalName, - xAttrList); + nPrefix, + rLocalName, + xAttrList, + XML_TEXT_TYPE_FOOTNOTE); if( !pContext ) pContext = new SvXMLImportContext( GetImport(), nPrefix, rLocalName ); |