Don't filter out all scripts, just Java and JavaScript ones
Change-Id: I3054a3f36ae1777b162fb5a1b9a456f1bce9248b Reviewed-on: https://gerrit.libreoffice.org/51991 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
This commit is contained in:
parent
c20c51d8a5
commit
bb4c1a7fa7
1 changed files with 2 additions and 1 deletions
|
@ -136,7 +136,8 @@ namespace
|
|||
strcmp(path, "sdk") != 0 &&
|
||||
strcmp(path, "share/basic") != 0 &&
|
||||
strcmp(path, "share/gallery") != 0 &&
|
||||
strcmp(path, "share/Scripts") != 0 &&
|
||||
strcmp(path, "share/Scripts/java") != 0 &&
|
||||
strcmp(path, "share/Scripts/javascript") != 0 &&
|
||||
strcmp(path, "share/template") != 0 &&
|
||||
strcmp(path, "share/config/wizard") != 0 &&
|
||||
strcmp(path, "share/config/wizard") != 0;
|
||||
|
|
Loading…
Reference in a new issue