summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentListsAccess.hxx
diff options
context:
space:
mode:
authorValentin Kettner <vakevk+libreoffice@gmail.com>2014-06-25 13:54:25 +0200
committerValentin Kettner <vakevk+libreoffice@gmail.com>2014-07-15 15:44:03 +0200
commit87cb919c7ccf5aacda27b36781d5896eebbd182b (patch)
tree47d44fb6ab592d37dabac96b33a280f9675d8527 /sw/inc/IDocumentListsAccess.hxx
parentc8a8695d4d82a8ff66cb2f03f52dbc664264bf69 (diff)
Refactored IDocumentListsAccess out of SwDoc.
In the new class DocumentListsManager. The method listfunc::CreateUniqueListId was also moved there. Added a new method deleteListsByDefaultListStyle to the Interface, which is needed for SwDoc::DelNumRule. Change-Id: I75ea554a57d9402d2fcfeaedf9fbe50fbae2b020
Diffstat (limited to 'sw/inc/IDocumentListsAccess.hxx')
-rw-r--r--sw/inc/IDocumentListsAccess.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/IDocumentListsAccess.hxx b/sw/inc/IDocumentListsAccess.hxx
index 590ec8ca9f6f..f53cfa84a3c0 100644
--- a/sw/inc/IDocumentListsAccess.hxx
+++ b/sw/inc/IDocumentListsAccess.hxx
@@ -37,6 +37,7 @@ class IDocumentListsAccess
virtual SwList* createListForListStyle( const OUString& rListStyleName ) = 0;
virtual SwList* getListForListStyle( const OUString& rListStyleName ) const = 0;
virtual void deleteListForListStyle( const OUString& rListStyleName ) = 0;
+ virtual void deleteListsByDefaultListStyle( const OUString& rListStyleName ) = 0;
// #i91400#
virtual void trackChangeOfListStyleName( const OUString& rListStyleName,
const OUString& rNewListStyleName ) = 0;