summaryrefslogtreecommitdiff
path: root/sc/Library_sc.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-11-08 22:15:36 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2013-11-13 10:33:19 +0100
commitac435437e5777ac34858c5f097840d4e87810650 (patch)
treea0bdf1e77eea06cb8ec8e7cc5d0105493ed9b642 /sc/Library_sc.mk
parent599cb77a3969feb9502b9427e3301c78e5be7af3 (diff)
Implement data streams dialog that allows importing a stream of data
in CSV format. It's possible to read directly from a URL or to run a process and read its output. Change-Id: I3266c3bb175b73f1023440cca40b2cfab5fcc201
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r--sc/Library_sc.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index f65cf26fd6fb..5754ad9b4a76 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.mk
@@ -228,7 +228,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/core/tool/optutil \
sc/source/core/tool/orcusxml \
sc/source/core/tool/parclass \
- sc/source/core/tool/platforminfo \
+ sc/source/core/tool/platforminfo \
sc/source/core/tool/printopt \
sc/source/core/tool/prnsave \
sc/source/core/tool/progress \
@@ -440,6 +440,8 @@ $(eval $(call gb_Library_add_exception_objects,sc,\
sc/source/ui/miscdlgs/autofmt \
sc/source/ui/miscdlgs/conflictsdlg \
sc/source/ui/miscdlgs/crnrdlg \
+ sc/source/ui/miscdlgs/datastreams \
+ sc/source/ui/miscdlgs/datastreamsdlg \
sc/source/ui/miscdlgs/highred \
sc/source/ui/miscdlgs/optsolver \
sc/source/ui/miscdlgs/protectiondlg \