diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 07:57:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 07:57:58 +0000 |
commit | 69a59448e5bb73a6fd57f8e2365ebaedfbf6ca24 (patch) | |
tree | 9d8ff5a4f770dcedf26e5107fe5447b66d496760 /xmloff | |
parent | d17a2dc30bd2acc0ef0a269a65ff00300763b532 (diff) |
INTEGRATION: CWS sw30bf13_DEV300 (1.150.12.1.2); FILE MERGED
2008/08/15 14:04:37 od 1.150.12.1.2.1: #i92811# - import of lists:
-- assure that the first list with a certain list style uses
the internal list style's default list id as its list id
- export of lists:
-- correct export of property text::continue-numbering
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtparae.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx index 1a0cfa5ea691..dc11ddbcd888 100644 --- a/xmloff/source/text/txtparae.cxx +++ b/xmloff/source/text/txtparae.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: txtparae.cxx,v $ - * $Revision: 1.151 $ + * $Revision: 1.152 $ * * This file is part of OpenOffice.org. * @@ -706,6 +706,10 @@ void XMLTextParagraphExport::exportListChange( sNewListId ); if ( sListStyleName == mpTextListsHelper->GetListStyleOfLastProcessedList() && + // --> OD 2008-08-15 #i92811# + sContinueListId == + mpTextListsHelper->GetLastProcessedListId() && + // <-- !rNextInfo.IsRestart() ) { GetExport().AddAttribute( XML_NAMESPACE_TEXT, |