[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - kit/Kit.cpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 30 10:12:59 UTC 2019


 kit/Kit.cpp |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f8fbb08d7be0b010958855b6acdb76e3640d1096
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Jan 30 11:05:29 2019 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Jan 30 11:12:40 2019 +0100

    remove duplicated check for 'share/config/wizard'
    
    Change-Id: I46f274825a7be024c87ec9b3cc491c5dc91ffa14
    Reviewed-on: https://gerrit.libreoffice.org/67118
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index 181c99d1f..f1846f9a4 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -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;


More information about the Libreoffice-commits mailing list