summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2014-08-21 08:50:47 -0300
committerDavid Tardon <dtardon@redhat.com>2014-08-21 08:18:40 -0500
commite903d3ab049237b3588d1baea23b4c5ada17c34c (patch)
treefadbd3eac0cefa48cd510860ff678ba028444428
parent2ced4d39cc1b8de233cd886d3ef991b3079500d2 (diff)
fdo#80367 (part) help pages fo Calc XML source
Implement help button for Calc Data-XML Source Change-Id: Ic1097b13c1d2266a8a1f21a4cbc9d416aacba892 Reviewed-on: https://gerrit.libreoffice.org/11055 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
-rw-r--r--sc/uiconfig/scalc/ui/xmlsourcedialog.ui28
1 files changed, 22 insertions, 6 deletions
diff --git a/sc/uiconfig/scalc/ui/xmlsourcedialog.ui b/sc/uiconfig/scalc/ui/xmlsourcedialog.ui
index 9f2ed4ba94f3..700dc5662cbc 100644
--- a/sc/uiconfig/scalc/ui/xmlsourcedialog.ui
+++ b/sc/uiconfig/scalc/ui/xmlsourcedialog.ui
@@ -1,7 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.16.1 -->
<interface>
- <!-- interface-requires gtk+ 3.0 -->
+ <requires lib="gtk+" version="3.0"/>
<!-- interface-requires LibreOffice 1.0 -->
+ <object class="GtkImage" id="image1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="pixbuf">sc/res/file.png</property>
+ </object>
<object class="GtkDialog" id="XMLSourceDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
@@ -233,6 +239,21 @@
<property name="position">1</property>
</packing>
</child>
+ <child>
+ <object class="GtkButton" id="help">
+ <property name="label">gtk-help</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_stock">True</property>
+ <property name="yalign">0.55000001192092896</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -248,9 +269,4 @@
<action-widget response="0">cancel</action-widget>
</action-widgets>
</object>
- <object class="GtkImage" id="image1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="pixbuf">sc/res/file.png</property>
- </object>
</interface>