diff options
author | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-06-25 13:54:25 +0200 |
---|---|---|
committer | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-07-15 15:44:03 +0200 |
commit | 87cb919c7ccf5aacda27b36781d5896eebbd182b (patch) | |
tree | 47d44fb6ab592d37dabac96b33a280f9675d8527 /sw/Library_sw.mk | |
parent | c8a8695d4d82a8ff66cb2f03f52dbc664264bf69 (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/Library_sw.mk')
-rw-r--r-- | sw/Library_sw.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index 6a16ddcc401d..1eca0dc9dafd 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -191,6 +191,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/core/doc/DocumentTimerManager \ sw/source/core/doc/DocumentLinksAdministrationManager \ sw/source/core/doc/DocumentListItemsManager \ + sw/source/core/doc/DocumentListsManager \ sw/source/core/doc/extinput \ sw/source/core/doc/fmtcol \ sw/source/core/doc/ftnidx \ |