extras/source/glade/libreoffice-catalog.xml.in | 4 ---- solenv/bin/native-code.py | 1 - svx/source/tbxctrls/itemwin.cxx | 2 -- 3 files changed, 7 deletions(-)
New commits: commit 4b240b87cf9c0821d13fe21a78ee218c738468ff Author: Caolán McNamara <[email protected]> AuthorDate: Thu Jan 2 15:08:18 2020 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Jan 6 16:45:02 2020 +0100 SvxFillTypeBox is now not used directly from any .uis Change-Id: I2fdab55659e41a900690f619e283ad5c28b5e22c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86146 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index 363a1674f693..6e548251266f 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -114,10 +114,6 @@ generic-name="PropertyControl" parent="GtkComboBoxText" icon-name="widget-gtk-comboboxtext"/> - <glade-widget-class title="Fill Type ListBox" name="svxlo-SvxFillTypeBox" - generic-name="Fill Type ListBox" parent="GtkComboBox" - icon-name="widget-gtk-combobox"/> - <glade-widget-class title="Sidebar ToolBox" name="sfxlo-SidebarToolBox" generic-name="Sidebar ToolBox" parent="GtkToolbar" icon-name="widget-gtk-toolbar"> diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index d23b033624ce..420219729e2c 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -515,7 +515,6 @@ custom_widgets = [ 'SvxCharViewControl', 'SvxColorListBox', 'SvxColorValueSet', - 'SvxFillTypeBox', 'SvxLightCtl3D', 'SvxRelativeField', 'SwNavHelpToolBox', diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx index 1341e95b9e5a..5443d4f12751 100644 --- a/svx/source/tbxctrls/itemwin.cxx +++ b/svx/source/tbxctrls/itemwin.cxx @@ -431,8 +431,6 @@ SvxFillTypeBox::SvxFillTypeBox( vcl::Window* pParent ) : Show(); } -VCL_BUILDER_FACTORY(SvxFillTypeBox) - bool SvxFillTypeBox::PreNotify( NotifyEvent& rNEvt ) { MouseNotifyEvent nType = rNEvt.GetType(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
