diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index 415a010b90d8..7ba7ff42deaf 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -119,10 +119,6 @@ generic-name="Calc Column SpinButton" parent="GtkSpinButton" icon-name="widget-gtk-spinbutton"/> - - diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index d7671d8dfd47..8ad5f8ed8887 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -498,7 +498,6 @@ custom_widgets = [ 'SidebarDialControl', 'SidebarToolBox', 'SpacingListBox', - 'SvtURLBox', 'Svx3DPreviewControl', 'SvxCharViewControl', 'SvxColorListBox', diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx index 0f68239194ff..27fb78651e3a 100644 --- a/svtools/source/control/inettbc.cxx +++ b/svtools/source/control/inettbc.cxx @@ -1413,18 +1413,6 @@ SvtURLBox::SvtURLBox( vcl::Window* pParent, WinBits _nStyle, INetProtocol eSmart Init(bSetDefaultHelpID); } -extern "C" SAL_DLLPUBLIC_EXPORT void makeSvtURLBox(VclPtr & rRet, const VclPtr & pParent, VclBuilder::stringmap &) -{ - static_assert(std::is_same_v, - decltype(makeSvtURLBox)>); - WinBits nWinBits = WB_LEFT|WB_VCENTER|WB_3DLOOK|WB_TABSTOP| - WB_DROPDOWN|WB_AUTOHSCROLL; - VclPtrInstance pListBox(pParent, nWinBits, INetProtocol::NotValid, false); - pListBox->EnableAutoSize(true); - rRet = pListBox; -} - - void SvtURLBox::Init(bool bSetDefaultHelpID) { pImpl.reset( new SvtURLBox_Impl );