diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-13 11:16:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-13 11:16:56 +0000 |
commit | 72e81bab11c84563be2c809fc2814bed3fad141f (patch) | |
tree | 42fe4a59888b81976114f8cc303316cf4c8ee797 /xmloff/source | |
parent | 00ec1df5093d935d232413e862711b149f698035 (diff) |
INTEGRATION: CWS swqbf87 (1.128.20); FILE MERGED
2006/10/05 10:09:14 od 1.128.20.2: RESYNC: (1.128-1.129); FILE MERGED
2006/09/28 14:13:40 od 1.128.20.1: #i69627# consider <SvXMLExport::writeOutlineStyleAsNormalListStyle()>
on export of a paragraph.
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 7be13e558ef3..22f584724ecd 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -4,9 +4,9 @@ * * $RCSfile: txtparae.cxx,v $ * - * $Revision: 1.130 $ + * $Revision: 1.131 $ * - * last change: $Author: obo $ $Date: 2006-10-12 14:55:01 $ + * last change: $Author: obo $ $Date: 2006-10-13 12:16:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1485,7 +1485,10 @@ sal_Bool XMLTextParagraphExport::exportTextContentEnumeration( } else { - aNextNumInfo.Set( xTxtCntnt ); + // --> OD 2006-09-27 #i69627# + aNextNumInfo.Set( xTxtCntnt, + GetExport().writeOutlineStyleAsNormalListStyle() ); + // <-- exportListAndSectionChange( xCurrentTextSection, aPropSetHelper, TEXT_SECTION, xTxtCntnt, |