From 6245dba005eb35525886d16856b6e8cde9ddb105 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 5 Dec 2020 20:59:42 +0000 Subject: move MenuButton to vcl/toolkit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f228c36e3f35ba54cab2ee87fcfbbae7992668d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107265 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- solenv/clang-format/excludelist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/clang-format') diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 4bda736c6736..994e11dbad3d 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -6458,7 +6458,6 @@ include/vcl/lazydelete.hxx include/vcl/lineinfo.hxx include/vcl/mapmod.hxx include/vcl/menu.hxx -include/vcl/menubtn.hxx include/vcl/metaact.hxx include/vcl/metaactiontypes.hxx include/vcl/metric.hxx @@ -6523,6 +6522,7 @@ include/vcl/toolkit/imgctrl.hxx include/vcl/toolkit/ivctrl.hxx include/vcl/toolkit/longcurr.hxx include/vcl/toolkit/lstbox.hxx +include/vcl/toolkit/menubtn.hxx include/vcl/toolkit/morebtn.hxx include/vcl/toolkit/prgsbar.hxx include/vcl/toolkit/roadmap.hxx -- cgit