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

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Sun May 12 21:46:53 UTC 2019


 bin/update_pch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9d3075e60794e5e92a75cf1691ea4125fbdb5b98
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Sun May 12 15:40:04 2019 +0200
Commit:     Luboš Luňák <l.lunak at collabora.com>
CommitDate: Sun May 12 23:45:39 2019 +0200

    check module include prefix correctly in update_pch
    
    Change-Id: I3417f80621584553041eeb504d35cb4241a19b61
    Reviewed-on: https://gerrit.libreoffice.org/72203
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lunak at collabora.com>

diff --git a/bin/update_pch b/bin/update_pch
index 587cd2cd8bfb..9af484c2d8bd 100755
--- a/bin/update_pch
+++ b/bin/update_pch
@@ -486,7 +486,7 @@ def sort_by_category(list, root, module, filter_local):
             sys.append(i)
         elif '<boost/' in i:
             boo.append(i)
-        elif '<osl' in i or '<rtl' in i or '<sal' in i or '<vcl' in i:
+        elif '<osl/' in i or '<rtl/' in i or '<sal/' in i or '<vcl/' in i:
             cor.append(i)
         elif prefix in i or not '/' in i:
             mod.append(i)


More information about the Libreoffice-commits mailing list