From 501c8d64b5831ccbf943db9342f337ed89ff0652 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 19 Jun 2020 17:40:35 +0100 Subject: move ListBox to toolkit-only headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6266dedb17cd7c3b730fc69804695536fef37cfc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96751 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- solenv/clang-format/blacklist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/clang-format') diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 60739ddcfd9c..4bbd268faa57 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -7389,7 +7389,6 @@ include/vcl/layout.hxx include/vcl/lazydelete.hxx include/vcl/lineinfo.hxx include/vcl/longcurr.hxx -include/vcl/lstbox.hxx include/vcl/mapmod.hxx include/vcl/menu.hxx include/vcl/menubtn.hxx @@ -7457,6 +7456,7 @@ include/vcl/toolkit/fixed.hxx include/vcl/toolkit/fixedhyper.hxx include/vcl/toolkit/group.hxx include/vcl/toolkit/imgctrl.hxx +include/vcl/toolkit/lstbox.hxx include/vcl/toolkit/morebtn.hxx include/vcl/toolkit/prgsbar.hxx include/vcl/toolkit/roadmap.hxx -- cgit