[Libreoffice-commits] core.git: bin/update_pch

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 26 06:43:42 UTC 2020


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

New commits:
commit 81993f13f2300028f861bba8b43fad91bba21bf9
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Aug 19 13:03:20 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
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 <serval2412 at yahoo.fr>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    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',


More information about the Libreoffice-commits mailing list