[Libreoffice-commits] core.git: extras/source solenv/bin svx/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 6 15:45:20 UTC 2020


 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 09b759fc8bbb4990d3cc9ca9d8b87ae1a4e8d526
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jan 2 15:01:47 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Jan 6 16:44:41 2020 +0100

    SvxFillAttrBox is now not used directly from any .uis
    
    Change-Id: I6cdd618477dc11ab50965dac0d734fe7b8a10424
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86145
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in
index ad20ad5fac51..363a1674f693 100644
--- a/extras/source/glade/libreoffice-catalog.xml.in
+++ b/extras/source/glade/libreoffice-catalog.xml.in
@@ -118,10 +118,6 @@
                         generic-name="Fill Type ListBox" parent="GtkComboBox"
                         icon-name="widget-gtk-combobox"/>
 
-    <glade-widget-class title="Fill Attr ListBox" name="svxlo-SvxFillAttrBox"
-                        generic-name="Fill Attr 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 344a08f195a4..d23b033624ce 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -515,7 +515,6 @@ custom_widgets = [
     'SvxCharViewControl',
     'SvxColorListBox',
     'SvxColorValueSet',
-    'SvxFillAttrBox',
     'SvxFillTypeBox',
     'SvxLightCtl3D',
     'SvxRelativeField',
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx
index c6b07d3b71de..1341e95b9e5a 100644
--- a/svx/source/tbxctrls/itemwin.cxx
+++ b/svx/source/tbxctrls/itemwin.cxx
@@ -515,8 +515,6 @@ SvxFillAttrBox::SvxFillAttrBox( vcl::Window* pParent ) :
     Show();
 }
 
-VCL_BUILDER_FACTORY(SvxFillAttrBox)
-
 bool SvxFillAttrBox::PreNotify( NotifyEvent& rNEvt )
 {
     MouseNotifyEvent nType = rNEvt.GetType();


More information about the Libreoffice-commits mailing list