summaryrefslogtreecommitdiff
path: root/sc/uiconfig/scalc/toolbar
diff options
context:
space:
mode:
authorJaskaran Singh <jvsg1303@gmail.com>2017-08-07 23:39:39 +0530
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-08-10 18:53:31 +0200
commit213a83ce46edf1b81f2285fd59f1d04935760caa (patch)
tree29355aa1f1242661d4055c8e561746473945931e /sc/uiconfig/scalc/toolbar
parent772686adb99137733db79b7d1ab6ebb21bf93b4a (diff)
Add UI for the sc::dataprovider
Change-Id: I29acc8903d5694e46e7575133ee852bbaae6eeee Reviewed-on: https://gerrit.libreoffice.org/40851 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/uiconfig/scalc/toolbar')
-rw-r--r--sc/uiconfig/scalc/toolbar/dataprovider.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/toolbar/dataprovider.xml b/sc/uiconfig/scalc/toolbar/dataprovider.xml
new file mode 100644
index 000000000000..3bf23017beb4
--- /dev/null
+++ b/sc/uiconfig/scalc/toolbar/dataprovider.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:DataProviderPlay"/>
+ <toolbar:toolbarseparator/>
+ <toolbar:toolbaritem xlink:href=".uno:DataProviderStop"/>
+</toolbar:toolbar>