summaryrefslogtreecommitdiff
path: root/sw/Library_sw.mk
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/Library_sw.mk
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/Library_sw.mk')
-rw-r--r--sw/Library_sw.mk1
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 \
r>2017-05-18Watermark: Insert watermark commandSzymon Kłos 2017-05-01Remove SlotType sdi propertyMaxim Monastirsky 2017-05-01Return values of sdi "method slots" were unusedMaxim Monastirsky 2017-05-01FN_TOOL_ANCHOR cleanupMaxim Monastirsky 2017-03-22create SfxDisableFlags enumNoel Grandin 2017-01-30tdf#102132 Add contextual edit region uno command.Gulsah Kose 2016-08-01GSoC Writer Table Styles; Table Styles PanelJakub Trzebiatowski 2016-03-01sfx2 classification: select current toolbar listbox entry when state changesMiklos Vajna 2016-02-22sw classification: add initial UNO commandMiklos Vajna 2016-02-05remove unused Automation from .SDI filesNoel Grandin 2016-02-04remove unused Cachable keyword from SDI filesNoel Grandin 2014-02-27Remove visual noise from swAlexander Wilms 2014-02-27fdo#73159 Make back border dialog work againZolnai Tamás 2014-02-22Resolves: #i124243# allow in-place editing of Input Fields...Oliver-Rainer Wittmann