diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-08 20:01:58 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-08 23:24:52 -0400 |
commit | ed0e3fdcc13e0925c16aa81f6aa461892f15d81a (patch) | |
tree | 1083627576987de7c9fc88cb6cbf254034da50c4 /sc/Library_sc.mk | |
parent | 281cd4c4a0d4ffb0a99ae8239b11a2ebbb872a8c (diff) |
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
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |