bin/find-german-comments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 266bcae306a1dd6e0d9df80ba30ade7311385c28 Author: Jens Carl <[email protected]> Date: Wed Jun 21 05:10:32 2017 +0000 White-list sw/ Change-Id: Ic4ca1753720d3806cc0fa9f517078dd5032d9e20 Reviewed-on: https://gerrit.libreoffice.org/39029 Tested-by: Jenkins <[email protected]> Reviewed-by: Michael Stahl <[email protected]> diff --git a/bin/find-german-comments b/bin/find-german-comments index 6a3b3fb0de55..504ed0e2bcf1 100755 --- a/bin/find-german-comments +++ b/bin/find-german-comments @@ -339,7 +339,7 @@ class Parser: "svl" : 1, "svtools" : 1, "svx" : 1, - "sw" : 0, # + "sw" : 1, "test" : 1, "testtools" : 1, "toolkit" : 1, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
