diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-04 17:07:09 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-02-05 19:09:30 +0100 |
commit | bd07555b6d7e69e0c9f51de2b969f59368673bcc (patch) | |
tree | c7b95d454f5f35ec9abb07a75533aecd346aad30 /svx/uiconfig | |
parent | f25cdaa78d5e7d200fbaf31cce9895bab7c5ee63 (diff) |
SvxSearchDialog: Remove always false bMultiLineEdit.
Seems to be at least from 5c4b13d1bea4aedb72677f0317d5334638c03918.
'searchformat' and 'replaceformat' becomes then unused too.
Change-Id: Id5276e22478e5f863c12eadd7a7172d80ea685bb
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/findreplacedialog.ui | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index fb50f0779cae..380819629d28 100644 --- a/svx/uiconfig/ui/findreplacedialog.ui +++ b/svx/uiconfig/ui/findreplacedialog.ui @@ -375,21 +375,6 @@ <property name="position">0</property> </packing> </child> - <child> - <object class="GtkLabel" id="replaceformat"> - <property name="width_request">1</property> - <property name="can_focus">False</property> - <property name="no_show_all">True</property> - <property name="hexpand">True</property> - <property name="xalign">0</property> - <property name="wrap">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> </object> <packing> <property name="left_attach">0</property> |