[Libreoffice-commits] core.git: bin/find-german-comments

Michael Meeks michael.meeks at collabora.com
Sat Apr 15 10:15:17 UTC 2017


 bin/find-german-comments |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e60bf59bbc7bc2d5265393f8001acb692136f85d
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Sat Apr 15 11:14:35 2017 +0100

    White-list include/ and sc/ - wow.
    
    Change-Id: I4ec50446292a0bc1be5b6358f0da7c67fac74a08

diff --git a/bin/find-german-comments b/bin/find-german-comments
index c160193fc9d5..10ce49f91d36 100755
--- a/bin/find-german-comments
+++ b/bin/find-german-comments
@@ -290,7 +290,7 @@ class Parser:
             "i18nutil" : 1,
             "idl" : 1,
             "idlc" : 1,
-            "include" : 0, #
+            "include" : 1,
             "io" : 1,
             "javaunohelper" : 1,
             "jvmaccess" : 1,
@@ -318,7 +318,7 @@ class Parser:
             "sal" : 1,
             "salhelper" : 1,
             "sax" : 1,
-            "sc" : 0, #
+            "sc" : 1,
             "scaddins" : 1,
             "sccomp" : 1,
             "scripting" : 1,


More information about the Libreoffice-commits mailing list