From 274f1811b92b870b8d450423d9b280b0889ca130 Mon Sep 17 00:00:00 2001 From: Valentin Kettner Date: Wed, 16 Jul 2014 22:19:33 +0200 Subject: Refactored IDocumentRedlineAccess out of SwDoc. Into the new class DocumentRedlineManager. Added an non const version of GetRedlineTbl to the interface. Also Moved SetAutoFmtRedlineComment which is not part of interface. Change-Id: I600d5821d5d5831557f5fc5375fb1203fe67a295 --- sw/Library_sw.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/Library_sw.mk') diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk index 75f26b296a67..849ca27810d3 100644 --- a/sw/Library_sw.mk +++ b/sw/Library_sw.mk @@ -195,6 +195,7 @@ $(eval $(call gb_Library_add_exception_objects,sw,\ sw/source/core/doc/DocumentListsManager \ sw/source/core/doc/DocumentOutlineNodesManager \ sw/source/core/doc/DocumentContentOperationsManager \ + sw/source/core/doc/DocumentRedlineManager \ sw/source/core/doc/extinput \ sw/source/core/doc/fmtcol \ sw/source/core/doc/ftnidx \ -- cgit