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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Dec 12 12:18:55 UTC 2018


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

New commits:
commit d1461dcd7802ca6e68081465ade7aa46bb04edf2
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Wed Dec 12 12:51:10 2018 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Dec 12 13:18:37 2018 +0100

    Now we need gallery for inserting some special shapes
    
    So copy it from the lotemplate.
    
    Change-Id: I84d1514e5e06ec194e549b36f8db2dc6fdd04f38
    (cherry picked from commit 66dcff38a7248fb7facc6d459ac8788882262bb1)
    Reviewed-on: https://gerrit.libreoffice.org/65019
    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 bc3ebeba1..72bf5a289 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -151,7 +151,6 @@ namespace
                 strcmp(path, "program/wizards") != 0 &&
                 strcmp(path, "sdk") != 0 &&
                 strcmp(path, "share/basic") != 0 &&
-                strcmp(path, "share/gallery") != 0 &&
                 strcmp(path, "share/Scripts/java") != 0 &&
                 strcmp(path, "share/Scripts/javascript") != 0 &&
                 strcmp(path, "share/template") != 0 &&


More information about the Libreoffice-commits mailing list