summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-18 09:47:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-18 09:47:46 +0000
commit6d9000821b44a45de5a21be6ccbf2c3158c00cdf (patch)
treea08d2b3958477aa6eaf321c24a31402ea257a981 /xmloff/source
parent44ccf5bef4a1b2fe972312aaf4886b7bba0cf580 (diff)
INTEGRATION: CWS sw30bf11 (1.150.14); FILE MERGED
2008/07/31 08:15:16 od 1.150.14.1: #i92221# text:id in element <text:list> replaced by xml:id
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/text/txtparae.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/xmloff/source/text/txtparae.cxx b/xmloff/source/text/txtparae.cxx
index 73cfd8444b..2793b358ae 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.150 $
+ * $Revision: 1.151 $
*
* This file is part of OpenOffice.org.
*
@@ -673,9 +673,11 @@ void XMLTextParagraphExport::exportListChange(
eODFDefaultVersion >= SvtSaveOptions::ODFVER_012 &&
sListId.getLength() > 0 )
{
- GetExport().AddAttribute( XML_NAMESPACE_TEXT,
+ // --> OD 2008-07-31 #i92221#
+ GetExport().AddAttribute( XML_NAMESPACE_XML,
XML_ID,
sListId );
+ // <--
}
mpTextListsHelper->KeepListAsProcessed( sListId,
sListStyleName,
@@ -689,9 +691,11 @@ void XMLTextParagraphExport::exportListChange(
eODFDefaultVersion >= SvtSaveOptions::ODFVER_012 &&
sListId.getLength() > 0 )
{
- GetExport().AddAttribute( XML_NAMESPACE_TEXT,
+ // --> OD 2008-07-31 #i92221#
+ GetExport().AddAttribute( XML_NAMESPACE_XML,
XML_ID,
sNewListId );
+ // <--
}
const ::rtl::OUString sContinueListId =