bin/find-german-comments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7b91b815e9e170290de8ccc1da8d40a318a8dbbf Author: Michael Meeks <[email protected]> Date: Tue Jun 6 13:18:59 2017 +0100 White-list svx. Change-Id: Idf3a17c7083e75ebd39887819bd230a913b8a0d5 diff --git a/bin/find-german-comments b/bin/find-german-comments index 10ce49f91d36..6a3b3fb0de55 100755 --- a/bin/find-german-comments +++ b/bin/find-german-comments @@ -338,7 +338,7 @@ class Parser: "svgio" : 1, "svl" : 1, "svtools" : 1, - "svx" : 0, # + "svx" : 1, "sw" : 0, # "test" : 1, "testtools" : 1, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
