summaryrefslogtreecommitdiff
path: root/sw/Library_sw.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-11-07 19:11:11 +0100
committerMichael Stahl <mstahl@redhat.com>2014-11-08 22:58:21 +0100
commit1535f39388223de53e4b923c6f7bb71ee32c1858 (patch)
tree9f123414f83b64970b64b3b60b5429b63fc30dba /sw/Library_sw.mk
parent5c3cf76f79a7f0cb5fb09e627cf07195ad5a0ef5 (diff)
sw: store Outline Numbering as ODF fragment instead of SfxPoolItems
This should be less fragile and re-uses some xmloff and unocore code. Storing from ~SwBaseNumRules() does not work because other gobals that the export code relies on are already dead at the time it is called from a terminate() listener, so store when the dialog updates a format. Change-Id: I4e148b82d0a338ec7ffa6429c6e162db79f8c44e
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 09d9b0cc4496..d51615bafe53 100644
--- a/sw/Library_sw.mk
+++ b/sw/Library_sw.mk
@@ -574,6 +574,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\
sw/source/uibase/cctrl/popbox \
sw/source/uibase/cctrl/swlbox \
sw/source/uibase/chrdlg/ccoll \
+ sw/source/uibase/config/StoredChapterNumbering \
sw/source/uibase/config/barcfg \
sw/source/uibase/config/caption \
sw/source/uibase/config/cfgitems \