vcl/source/window/builder.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit d18c19a916d7221da5d1ac19df4b2d99afbd0724 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue May 3 14:42:33 2022 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed May 4 09:54:20 2022 +0200
remove completed TODO Change-Id: I51c446c2e1e4b02df34200357b2d4ccafd69c7f6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133777 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx index 021250bed594..d92be39f11f3 100644 --- a/vcl/source/window/builder.cxx +++ b/vcl/source/window/builder.cxx @@ -1865,7 +1865,6 @@ VclPtr<vcl::Window> VclBuilder::makeObject(vcl::Window *pParent, const OString & //a) make SvHeaderTabListBox/SvTabListBox the default target for GtkTreeView //b) remove the non-drop down mode of ListBox and convert // everything over to SvHeaderTabListBox/SvTabListBox - //c) remove the users of makeSvTabListBox and makeSvTreeListBox extractModel(id, rMap); WinBits nWinStyle = WB_CLIPCHILDREN|WB_LEFT|WB_VCENTER|WB_3DLOOK; if (m_bLegacy)