summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-19 13:03:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-26 08:43:10 +0200
commit81993f13f2300028f861bba8b43fad91bba21bf9 (patch)
tree56655e475faa9e2eaba432206650ac7e67b28441 /bin
parentf7336500ba157c85c84e198f7043cf06ef627085 (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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update_pch5
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',