summaryrefslogtreecommitdiffstats
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-08-27 07:56:50 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-08-27 07:56:50 +0000
commit713f0dfd379f614baf9657a1145157a6c40ee6f9 (patch)
tree93af19af3b41ee7b6e163fc5bc40a65ce695de73 /xmloff
parentINTEGRATION: CWS sw30bf13_DEV300 (1.2.60); FILE MERGED (diff)
downloadcore-713f0dfd379f614baf9657a1145157a6c40ee6f9.tar.gz
core-713f0dfd379f614baf9657a1145157a6c40ee6f9.zip
INTEGRATION: CWS sw30bf13_DEV300 (1.13.42); FILE MERGED
2008/08/15 13:58:16 od 1.13.42.1: #i92811# class <XMLTextListsHelper> - track also the list style's default list id of processed list in order to eventually map the list id of a certain list to the list style's default list id. - provide new method <GetListIdForListBlock(..)> to encapsulate code, which determines the list id for a certain list block.
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmloff/txtimp.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/inc/xmloff/txtimp.hxx b/xmloff/inc/xmloff/txtimp.hxx
index 2aec3e559b97..cb70bc8ceadf 100644
--- a/xmloff/inc/xmloff/txtimp.hxx
+++ b/xmloff/inc/xmloff/txtimp.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: txtimp.hxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
* This file is part of OpenOffice.org.
*
@@ -861,9 +861,13 @@ public:
SvXMLImport& GetXMLImport() { return rSvXMLImport;}
// --> OD 2008-04-25 #refactorlists#
+ // --> OD 2008-08-15 #i92811#
+ // - add optional parameter <sListStyleDefaultListId>
void KeepListAsProcessed( ::rtl::OUString sListId,
::rtl::OUString sListStyleName,
- ::rtl::OUString sContinueListId );
+ ::rtl::OUString sContinueListId,
+ ::rtl::OUString sListStyleDefaultListId = ::rtl::OUString() );
+ // <--
sal_Bool IsListProcessed( const ::rtl::OUString sListId ) const;