diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-19 13:03:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-26 08:43:10 +0200 |
commit | 81993f13f2300028f861bba8b43fad91bba21bf9 (patch) | |
tree | 56655e475faa9e2eaba432206650ac7e67b28441 | |
parent | f7336500ba157c85c84e198f7043cf06ef627085 (diff) |
Remove outdated comment line
Please see Julien comment here:
https://gerrit.libreoffice.org/c/core/+/100871
Change-Id: I8188d2b26cab24f39630151d256104f633252b98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100920
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
-rwxr-xr-x | bin/update_pch | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/update_pch b/bin/update_pch index 4226b02ec037..dca39eac8bea 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -375,11 +375,6 @@ def filter_ignore(line, module): 'boost/spirit/include/classic_core.hpp' # depends on BOOST_SPIRIT_DEBUG ] - if module == 'accessibility': - ignore_list += [ - # STR_SVT_ACC_LISTENTRY_SELCTED_STATE redefined from svtools.hrc - 'accessibility/extended/textwindowaccessibility.hxx', - ] if module == 'basic': ignore_list += [ 'basic/vbahelper.hxx', |