diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-01-30 11:07:13 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-01-30 11:13:47 +0100 |
commit | 6364ed0a2f7d5b5678c9c6286edbdf87b2c4dd06 (patch) | |
tree | bc899ec235bbee205d5090019836756cef62eafb | |
parent | 309cb0591610317dc63b204942ac54dfc470d610 (diff) |
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@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r-- | kit/Kit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |