summaryrefslogtreecommitdiff
path: root/bin/find-german-comments
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2017-04-15 11:14:35 +0100
committerMichael Meeks <michael.meeks@collabora.com>2017-04-15 11:14:35 +0100
commite60bf59bbc7bc2d5265393f8001acb692136f85d (patch)
treefde66eda9f9f4389eef93329e831f106d6981034 /bin/find-german-comments
parent9f5a275a42659339ee41c4e0a4d860f2886470e4 (diff)
White-list include/ and sc/ - wow.
Change-Id: I4ec50446292a0bc1be5b6358f0da7c67fac74a08
Diffstat (limited to 'bin/find-german-comments')
-rwxr-xr-xbin/find-german-comments4
1 files changed, 2 insertions, 2 deletions
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,