From 4a231d1fc13fa13ec48e7d41d0a8c59a2527a3f4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 13 May 2020 15:58:03 +0100 Subject: move ComboBox to toolkit-only headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If5f0ab1fba8fa7302b7c0e8d2b25761ab64c97e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94143 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- solenv/clang-format/blacklist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv') diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 15313bf28a61..6c5a6a477d3e 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -7332,7 +7332,6 @@ include/vcl/cairo.hxx include/vcl/calendar.hxx include/vcl/canvastools.hxx include/vcl/checksum.hxx -include/vcl/combobox.hxx include/vcl/commandevent.hxx include/vcl/commandinfoprovider.hxx include/vcl/ctrl.hxx @@ -7451,6 +7450,7 @@ include/vcl/threadex.hxx include/vcl/timer.hxx include/vcl/toolbox.hxx include/vcl/toolkit/button.hxx +include/vcl/toolkit/combobox.hxx include/vcl/toolkit/controllayout.hxx include/vcl/toolkit/dialog.hxx include/vcl/toolkit/field.hxx -- cgit