diff options
author | Michael Brauer <mib@openoffice.org> | 2000-10-26 08:29:25 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2000-10-26 08:29:25 +0000 |
commit | 19078e8786e6fa9179a06ef5cacc94fbff113dc6 (patch) | |
tree | e7e692c9c3689b4bbc531fdd0fadabdb10f498d6 /xmloff/source/text/txtimp.cxx | |
parent | 3eb2ecd4eda1251d554f7a1929de79e35b1b199c (diff) |
tables within headers and footers
Diffstat (limited to 'xmloff/source/text/txtimp.cxx')
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index 3ac03adc458d..cadb472bfcbb 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtimp.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: mib $ $Date: 2000-10-23 11:28:11 $ + * last change: $Author: mib $ $Date: 2000-10-26 09:25:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -890,7 +890,8 @@ SvXMLImportContext *XMLTextImportHelper::CreateTextChildContext( xAttrList, bOrdered ); break; case XML_TOK_TABLE_TABLE: - if( XML_TEXT_TYPE_BODY == eType || XML_TEXT_TYPE_TEXTBOX == eType ) + if( XML_TEXT_TYPE_BODY == eType || XML_TEXT_TYPE_TEXTBOX == eType || + XML_TEXT_TYPE_HEADER_FOOTER == eType ) pContext = CreateTableChildContext( rImport, nPrefix, rLocalName, xAttrList ); break; |