diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-24 17:24:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-29 14:45:29 +0100 |
commit | 783fec72977ffaa389629d9ecbc5576eb47f2188 (patch) | |
tree | 674635427061788b6032fb330ed24f48ec73c826 /svtools | |
parent | 0ef5c47547bec6319b853326603f3b807407fe78 (diff) |
SvtURLBox not used in any .ui files anymore
Change-Id: I03802d3345ce29f52d026f2638cb19d6209cd9e2
Reviewed-on: https://gerrit.libreoffice.org/81495
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/inettbc.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
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<vcl::Window> & rRet, const VclPtr<vcl::Window> & pParent, VclBuilder::stringmap &) -{ - static_assert(std::is_same_v<std::remove_pointer_t<VclBuilder::customMakeWidget>, - decltype(makeSvtURLBox)>); - WinBits nWinBits = WB_LEFT|WB_VCENTER|WB_3DLOOK|WB_TABSTOP| - WB_DROPDOWN|WB_AUTOHSCROLL; - VclPtrInstance<SvtURLBox> pListBox(pParent, nWinBits, INetProtocol::NotValid, false); - pListBox->EnableAutoSize(true); - rRet = pListBox; -} - - void SvtURLBox::Init(bool bSetDefaultHelpID) { pImpl.reset( new SvtURLBox_Impl ); |