From ed0e3fdcc13e0925c16aa81f6aa461892f15d81a Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 8 Oct 2014 20:01:58 -0400 Subject: Start sharing common code between DeleteContents of ScViewFunc/ScDocFunc. The goal is to have ScViewFunc::DeleteContents() simply call ScDocFunc::DeleteContents() while doing the view only stuff in the ScViewFunc variant. This is just a step toward that goal. Change-Id: I2e574f9eb2b2be5340dbfb6f10739dfc2406faae --- sc/Library_sc.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/Library_sc.mk') diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 55988a153df5..20460ee5b146 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -404,6 +404,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/ui/docshell/dbdocfun \ sc/source/ui/docshell/dbdocimp \ sc/source/ui/docshell/docfunc \ + sc/source/ui/docshell/docfuncutil \ sc/source/ui/docshell/docsh \ sc/source/ui/docshell/docsh2 \ sc/source/ui/docshell/docsh3 \ -- cgit