From 9e0be8a76e13ed3d71e792c1a30e5628b7e1056e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 28 Sep 2017 18:35:50 +0200 Subject: Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" button ...that has been disabled and hidden ever since 4c90ed782a09e2e4b8738b82028032c42d1a203d "Actually hide these two radio buttons (since there is no choice now)." This removes the sole user of SvScriptStream. (Unfortunately, removing the no longer needed #include from include/tools/stream.hxx triggered an avalanche of missing includes elsewhere.) Change-Id: I7b0e683b14c0eaf7f4737f62adc9d691826380c0 Reviewed-on: https://gerrit.libreoffice.org/42916 Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- sc/uiconfig/scalc/ui/datastreams.ui | 46 ------------------------------------- 1 file changed, 46 deletions(-) (limited to 'sc/uiconfig') diff --git a/sc/uiconfig/scalc/ui/datastreams.ui b/sc/uiconfig/scalc/ui/datastreams.ui index 8063776c7af4..e41d8ef51f68 100644 --- a/sc/uiconfig/scalc/ui/datastreams.ui +++ b/sc/uiconfig/scalc/ui/datastreams.ui @@ -97,52 +97,6 @@ 0 - - - True - False - vertical - 6 - - - Direct data feed - True - True - False - 0 - True - True - scriptdata - - - False - True - 0 - - - - - Script to execute to obtain the data - True - True - False - 0 - True - directdata - - - False - True - 1 - - - - - False - True - 1 - - True -- cgit