summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-11-28 20:33:37 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2013-11-28 20:40:42 +0100
commitedc484d92e3d8c154f72231cde049269c5b6c217 (patch)
treece90157ed6a982c3634efed80cab6e7b873655d7 /sc/sdi
parent39bc5e1155d928b89d5e35822170b0b368bb7e50 (diff)
make data streams an experimental feature
Change-Id: I674b86a6e1c1c0b162c159747b6900ce438ab095
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/cellsh.sdi6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi
index 470e319d4198..2fe1237c570b 100644
--- a/sc/sdi/cellsh.sdi
+++ b/sc/sdi/cellsh.sdi
@@ -51,9 +51,9 @@ interface CellSelection
SID_REFRESH_DBAREA [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
SID_SBA_BRW_INSERT [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
SID_SELECT_DB [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
- SID_DATA_STREAMS [ ExecMethod = ExecuteDB; ]
- SID_DATA_STREAMS_PLAY [ ExecMethod = ExecuteDB; ]
- SID_DATA_STREAMS_STOP [ ExecMethod = ExecuteDB; ]
+ SID_DATA_STREAMS [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
+ SID_DATA_STREAMS_PLAY [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
+ SID_DATA_STREAMS_STOP [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
SID_MANAGE_XML_SOURCE [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
SID_SORT [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]
SID_DATA_FORM [ ExecMethod = ExecuteDB; StateMethod = GetDBState; ]