diff options
author | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-06-30 20:58:00 +0200 |
---|---|---|
committer | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-07-15 15:44:04 +0200 |
commit | 3fed83524dc33453f3ec25baa4a170bac51ab1e0 (patch) | |
tree | 7e5eda4650329bcb66efb735436774e48e866c65 /sw/Library_sw.mk | |
parent | 87cb919c7ccf5aacda27b36781d5896eebbd182b (diff) |
Refactored IDocumentOutlineNodes out of SwDoc.
Into the new class DocumentOutlineNodesManager.
Change-Id: I05581391a1474872113ae91d6429709d181cabfe
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 1eca0dc9dafd..89562acf3e9b 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -192,6 +192,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/core/doc/DocumentLinksAdministrationManager \ sw/source/core/doc/DocumentListItemsManager \ sw/source/core/doc/DocumentListsManager \ + sw/source/core/doc/DocumentOutlineNodesManager \ sw/source/core/doc/extinput \ sw/source/core/doc/fmtcol \ sw/source/core/doc/ftnidx \ |