diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-21 11:34:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-22 12:24:23 +0200 |
commit | 9ebe58f0437bbb5714e629bd22e004ac895086d6 (patch) | |
tree | 219e09feb711636e097baa37beb13942bf8c5bce /bin | |
parent | 51e5afb0042bc6a10f0cd02af5733079b42fa0f7 (diff) |
weld PatternControl
Change-Id: Ie84778c2f127a6b393edbfa08e61b135ec3bcbc0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99174
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/find-headers-to-move-inside-modules.py | 1 | ||||
-rw-r--r-- | bin/find-mergedlib-can-be-private.classes.results | 1 | ||||
-rwxr-xr-x | bin/update_pch | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/bin/find-headers-to-move-inside-modules.py b/bin/find-headers-to-move-inside-modules.py index f33922ee457d..af2ca619a461 100755 --- a/bin/find-headers-to-move-inside-modules.py +++ b/bin/find-headers-to-move-inside-modules.py @@ -13,7 +13,6 @@ with a.stdout as txt: header = line[8:].strip(); if "README" in header: continue if header == "version.hrc": continue - if header == "svtools/editimplementation.hxx": continue # ignore URE headers if header.startswith("IwyuFilter_include.yaml"): continue if header.startswith("cppu/"): continue diff --git a/bin/find-mergedlib-can-be-private.classes.results b/bin/find-mergedlib-can-be-private.classes.results index b75fe09fb821..a9e425512aca 100644 --- a/bin/find-mergedlib-can-be-private.classes.results +++ b/bin/find-mergedlib-can-be-private.classes.results @@ -386,7 +386,6 @@ svt::MultiLineEditImplementation svt::MultiLineTextCell svt::OStringTransferable svt::PopupMenuControllerBase -svt::SpinCellController svt::TemplateFolderCache svtools::AsynchronLink svtools::ToolbarPopup diff --git a/bin/update_pch b/bin/update_pch index 7411e79acb80..4226b02ec037 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -372,8 +372,7 @@ def filter_ignore(line, module): 'LibreOfficeKit/LibreOfficeKitTypes.h', # Needs special directives 'jerror.h', # c++ unfriendly 'jpeglib.h', # c++ unfriendly - 'boost/spirit/include/classic_core.hpp', # depends on BOOST_SPIRIT_DEBUG - 'svtools/editimplementation.hxx' # no direct include + 'boost/spirit/include/classic_core.hpp' # depends on BOOST_SPIRIT_DEBUG ] if module == 'accessibility': |