summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentListsAccess.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 13:11:47 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 13:11:47 +0000
commitb57077104b240a5b7f3cb40e56797a0fa1a2560b (patch)
tree413315efbe89cda7e0b58d00ce6ce80619dd9afc /sw/inc/IDocumentListsAccess.hxx
parent878df3f7bc04573ca23f1480f6aa33011fad4dda (diff)
INTEGRATION: CWS sw30bf08 (1.2.34); FILE MERGED
2008/07/08 14:50:05 od 1.2.34.1: #i91400# tracking of the list style name change in order to keep data about the list style's default list up-to-date.
Diffstat (limited to 'sw/inc/IDocumentListsAccess.hxx')
-rw-r--r--sw/inc/IDocumentListsAccess.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/inc/IDocumentListsAccess.hxx b/sw/inc/IDocumentListsAccess.hxx
index 19fa34244fa8..b0baae221132 100644
--- a/sw/inc/IDocumentListsAccess.hxx
+++ b/sw/inc/IDocumentListsAccess.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: IDocumentListsAccess.hxx,v $
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
* This file is part of OpenOffice.org.
*
@@ -48,6 +48,10 @@ class IDocumentListsAccess
virtual SwList* createListForListStyle( const String sListStyleName ) = 0;
virtual SwList* getListForListStyle( const String sListStyleName ) const = 0;
virtual void deleteListForListStyle( const String sListStyleName ) = 0;
+ // --> OD 2008-07-08 #i91400#
+ virtual void trackChangeOfListStyleName( const String sListStyleName,
+ const String sNewListStyleName ) = 0;
+ // <--
protected:
virtual ~IDocumentListsAccess() {};