bin/update_pch |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 81993f13f2300028f861bba8b43fad91bba21bf9
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Aug 19 13:03:20 2020 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Wed Aug 26 08:43:10 2020 +0200

    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 <[email protected]>
    Reviewed-by: Noel Grandin <[email protected]>
    Tested-by: Jenkins

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',
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to