summaryrefslogtreecommitdiff
path: root/xmloff/source/text
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-08-27 07:57:58 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-08-27 07:57:58 +0000
commit83b5d259392280b08d1268ef09db46b820400c60 (patch)
tree5b4de2c536495a3a1b2861032417bdaab45ac338 /xmloff/source/text
parent59dc5e0cc4e1c83c529204e353e628c8dc63c620 (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/source/text')
-rw-r--r--xmloff/source/text/txtparae.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 2793b358ae..36c78b6445 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,