diff options
author | Rishabh Kumar <kris.kr296@gmail.com> | 2016-07-20 23:03:37 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-07-21 06:20:44 +0000 |
commit | 45e9ccb69909fab6934f62b439962814ffa9d827 (patch) | |
tree | b4d6227c9ec2a4e6485ea7d0dec80805be29ad0e /extras | |
parent | a59b6be0850a68a1bb5d7099a004a86c0fcb6e40 (diff) |
Remove PatternLB dead code
PatternLB is replaced by SvxPresetListBox in tppattern.cxx
Change-Id: Ie4ec100963b714e07807f8b600cca2e165fb4641
Reviewed-on: https://gerrit.libreoffice.org/27353
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index 4be35f29602a..10b3d02b7313 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -150,17 +150,6 @@ </property> </properties> </glade-widget-class> - <glade-widget-class title="Pattern ListBox" name="svxlo-PatternLB" - generic-name="PatternListBox" parent="GtkComboBox" - icon-name="widget-gtk-combobox"> - <properties> - <property save="True" query="False" id="dropdown" default="True" name="Use DropDown"> - <parameter-spec> - <type>GParamBoolean</type> - </parameter-spec> - </property> - </properties> - </glade-widget-class> <glade-widget-class title="Font Name ListBox" name="svtlo-FontNameBox" generic-name="Font name ListBox" parent="GtkComboBox" icon-name="widget-gtk-combobox"> |