summaryrefslogtreecommitdiff
path: root/sc/Library_sc.mk
diff options
context:
space:
mode:
authorJaskaran Singh <jvsg1303@gmail.com>2016-10-16 19:14:36 +0530
committerJaskaran singh <jvsg1303@gmail.com>2016-11-17 12:31:50 +0000
commit46f544fa4b9ce43d3c44be1f12ff0d85d12bdb0e (patch)
tree7aec3e2ab130b01e81201386cc9e0c289e49d609 /sc/Library_sc.mk
parent69d08efffeca1e38fce7b04226894871279a1696 (diff)
Add Skeleton for DataProvider Class
DataProvider class serves as an abstraction of various External Data Importing Techniques we have and the others which could be implemented in the future. Change-Id: I9fc9455f7fbf9025aace4c3248df9b32f522ce52 Reviewed-on: https://gerrit.libreoffice.org/30906 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r--sc/Library_sc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index 0e2190361554..3714c966a62e 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -427,6 +427,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/ui/docshell/docsh8 \
sc/source/ui/docshell/documentlinkmgr \
sc/source/ui/docshell/editable \
+ sc/source/ui/docshell/dataprovider \
sc/source/ui/docshell/externalrefmgr \
sc/source/ui/docshell/impex \
sc/source/ui/docshell/macromgr \