summaryrefslogtreecommitdiff
path: root/sc/uiconfig/scalc/toolbar/datastreams.xml
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-11-12 19:58:29 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2013-11-13 10:34:48 +0100
commit4dc9dc6a53870217de8b9e0b9ac434fbf3a67440 (patch)
tree3a730ce4e24d5b6b4ce2f050eb07b7cf06439447 /sc/uiconfig/scalc/toolbar/datastreams.xml
parent2c9450105b1543268dc565808ddbd76317a05446 (diff)
datastreams: add toolbar buttons to stop / resume streaming
Change-Id: I601a4a174ea191c799623d29ed6eb229f9f372da
Diffstat (limited to 'sc/uiconfig/scalc/toolbar/datastreams.xml')
-rw-r--r--sc/uiconfig/scalc/toolbar/datastreams.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/toolbar/datastreams.xml b/sc/uiconfig/scalc/toolbar/datastreams.xml
new file mode 100644
index 000000000000..dd3a5e4a1e96
--- /dev/null
+++ b/sc/uiconfig/scalc/toolbar/datastreams.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+-->
+<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
+ <toolbar:toolbaritem xlink:href=".uno:DataStreamsPlay"/>
+ <toolbar:toolbarseparator/>
+ <toolbar:toolbaritem xlink:href=".uno:DataStreamsStop"/>
+</toolbar:toolbar>