diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-11 19:34:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-12 09:46:46 +0200 |
commit | 49481b842ccc35ef2000df0ee659ff17ab39edb9 (patch) | |
tree | fbd9159679816f7fcbb00197899d27ecc097f8de /solenv | |
parent | 7a762ad0c69011b1e77098395e171393046330ed (diff) |
vclxtopwindow.hxx and vclxcontainer.hxx can now be private headers
Change-Id: If6d56c9f2fcaf47e1756e8645098ad86987c8b64
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113958
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index b1944790369e..3a08ed8cf255 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -6177,11 +6177,9 @@ include/test/util/xsearchable.hxx include/test/xmldiff.hxx include/test/xmltesttools.hxx include/toolkit/awt/vclxaccessiblecomponent.hxx -include/toolkit/awt/vclxcontainer.hxx include/toolkit/awt/vclxdevice.hxx include/toolkit/awt/vclxfont.hxx include/toolkit/awt/vclxmenu.hxx -include/toolkit/awt/vclxtopwindow.hxx include/toolkit/awt/vclxwindow.hxx include/toolkit/awt/vclxwindows.hxx include/toolkit/controls/unocontrol.hxx @@ -13681,6 +13679,7 @@ testtools/source/performance/ubobject.cxx testtools/source/performance/ubtest.cxx toolkit/inc/awt/animatedimagespeer.hxx toolkit/inc/awt/vclxbitmap.hxx +toolkit/inc/awt/vclxcontainer.hxx toolkit/inc/awt/vclxgraphics.hxx toolkit/inc/awt/vclxpointer.hxx toolkit/inc/awt/vclxprinter.hxx @@ -13688,6 +13687,7 @@ toolkit/inc/awt/vclxregion.hxx toolkit/inc/awt/vclxspinbutton.hxx toolkit/inc/awt/vclxsystemdependentwindow.hxx toolkit/inc/awt/vclxtabpagecontainer.hxx +toolkit/inc/awt/vclxtopwindow.hxx toolkit/inc/awt/vclxwindows.hxx toolkit/inc/controls/accessiblecontrolcontext.hxx toolkit/inc/controls/animatedimages.hxx |