remove duplicated check for 'share/config/wizard'
Change-Id: I46f274825a7be024c87ec9b3cc491c5dc91ffa14 Reviewed-on: https://gerrit.libreoffice.org/67116 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
parent
2ae903e147
commit
309cb05916
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ namespace
|
|||
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;
|
||||
default: // LinkOrCopyType::All
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue