diff options
author | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-08-12 15:03:19 +0200 |
---|---|---|
committer | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-08-12 23:26:39 +0200 |
commit | 1f4d9846aeb40af1fbb0126f666766fe6c60d8ff (patch) | |
tree | bae39464957b8a1f570c18264c9ac8f908ef797d /sw/Library_sw.mk | |
parent | 535971f3a166da6c0e44a6b7211c7f8c298f388f (diff) |
Refactored IDocumentExternalData out of SwDoc.
Into the new class DocumentExternalDataManager.
Change-Id: Ib863daec170044c46143b47a91739d4c0940d963
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 507b94ca2a60..66eb006bde62 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -201,6 +201,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/core/doc/DocumentStateManager \ sw/source/core/doc/DocumentLayoutManager \ sw/source/core/doc/DocumentStylePoolManager \ + sw/source/core/doc/DocumentExternalDataManager \ sw/source/core/doc/extinput \ sw/source/core/doc/fmtcol \ sw/source/core/doc/ftnidx \ |