diff options
author | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-08-01 17:09:54 +0200 |
---|---|---|
committer | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-08-12 23:26:38 +0200 |
commit | 64e13a1456c44ef3461c2941bb3be15c3eaf478e (patch) | |
tree | b08e8a7b41e6c7b51a7145b9f7502765090f74b1 /sw/Library_sw.mk | |
parent | 9cc617afcde381dfe0164570771ee8c255bdbfbe (diff) |
Refactored IDocumentState out of SwDoc.
Into the new class DocumentStateManager.
Change-Id: I91c9097b091ff6118d58fd15fff2a4cefe0171fd
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 6fec65f5c024..29f1e6622087 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -198,6 +198,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/core/doc/DocumentRedlineManager \ sw/source/core/doc/DocumentFieldsManager \ sw/source/core/doc/DocumentStatisticsManager \ + sw/source/core/doc/DocumentStateManager \ sw/source/core/doc/extinput \ sw/source/core/doc/fmtcol \ sw/source/core/doc/ftnidx \ |