diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-21 21:32:59 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-21 21:35:51 -0400 |
commit | 251507d0974418ebefce302e45dbb291c87e56da (patch) | |
tree | 9ff77c6eacb6c9ad5a4e1fb9ffbf3347cda820b9 /sc/uiconfig | |
parent | 2c61edfdf57dabbd86ecc440444b6b00443f916a (diff) |
Keep only "Apply" and "Close".
Change-Id: I963419baec24d7599ddb3e481738cbe6ec4e0a69
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui index 3af1f1966063..565e6271e82e 100644 --- a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui +++ b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui @@ -18,22 +18,6 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="ok"> - <property name="label">gtk-ok</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="can_default">True</property> - <property name="has_default">True</property> - <property name="receives_default">True</property> - <property name="use_stock">True</property> - </object> - <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> - <child> <object class="GtkButton" id="apply"> <property name="label">gtk-apply</property> <property name="visible">True</property> |