[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-0' - wsd/LOOLWSD.cpp
Jan Holesovsky (via logerrit)
logerrit at kemper.freedesktop.org
Tue Dec 10 20:18:47 UTC 2019
wsd/LOOLWSD.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 1a402430c6e0cb4657cdac1fc276ac118c8a6246
Author: Jan Holesovsky <kendy at collabora.com>
AuthorDate: Mon Dec 9 13:07:25 2019 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Dec 10 21:18:28 2019 +0100
TemplateSaveAs is broken by design, let's disable it.
Change-Id: I67a4c6aed1c66a8350f2b938fff7bcf1dfd84768
Reviewed-on: https://gerrit.libreoffice.org/84740
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
(cherry picked from commit f71522e7ff7c648ed14f1ef18c2c10f8ef12d997)
Reviewed-on: https://gerrit.libreoffice.org/84865
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index f76aaabc1..faa399756 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -3074,7 +3074,9 @@ private:
capabilities->set("convert-to", convert_to);
// Supports the TemplateSaveAs in CheckFileInfo?
- capabilities->set("hasTemplateSaveAs", true);
+ // TemplateSaveAs is broken by design, disable it everywhere (and
+ // remove at some stage too)
+ capabilities->set("hasTemplateSaveAs", false);
// Supports the TemplateSource in CheckFileInfo?
capabilities->set("hasTemplateSource", true);
More information about the Libreoffice-commits
mailing list