[Libreoffice-commits] core.git: sc/uiconfig
Olivier Hallot
olivier.hallot at edx.srv.br
Thu Aug 21 06:19:05 PDT 2014
sc/uiconfig/scalc/ui/xmlsourcedialog.ui | 28 ++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 deletions(-)
New commits:
commit e903d3ab049237b3588d1baea23b4c5ada17c34c
Author: Olivier Hallot <olivier.hallot at edx.srv.br>
Date: Thu Aug 21 08:50:47 2014 -0300
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 at redhat.com>
Tested-by: David Tardon <dtardon at redhat.com>
diff --git a/sc/uiconfig/scalc/ui/xmlsourcedialog.ui b/sc/uiconfig/scalc/ui/xmlsourcedialog.ui
index 9f2ed4b..700dc56 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>
More information about the Libreoffice-commits
mailing list