[Libreoffice-commits] online.git: kit/Kit.cpp

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


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

New commits:
commit 6364ed0a2f7d5b5678c9c6286edbdf87b2c4dd06
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Jan 30 11:07:13 2019 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Jan 30 11:13:47 2019 +0100

    we need share/template/common/internal/idxexample.odt for Insert TOC dialog
    
    Change-Id: I1b33b3c74695605c0bf887d1e730f833f286c33f
    Reviewed-on: https://gerrit.libreoffice.org/67117
    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 f1846f9a4..a91514ed4 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -153,7 +153,6 @@ namespace
                 strcmp(path, "share/basic") != 0 &&
                 strcmp(path, "share/Scripts/java") != 0 &&
                 strcmp(path, "share/Scripts/javascript") != 0 &&
-                strcmp(path, "share/template") != 0 &&
                 strcmp(path, "share/config/wizard") != 0;
         default: // LinkOrCopyType::All
             return true;


More information about the Libreoffice-commits mailing list