[Libreoffice-commits] online.git: loolwsd/discovery.xml
Andras Timar
andras.timar at collabora.com
Fri Nov 18 10:50:25 UTC 2016
loolwsd/discovery.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 36950c2c50e776e9b7bd87aa0ecbc52b855ee4c6
Author: Andras Timar <andras.timar at collabora.com>
Date: Fri Nov 18 11:49:38 2016 +0100
loolwsd: Math documents are not supported yet (related: tdf#97006)
diff --git a/loolwsd/discovery.xml b/loolwsd/discovery.xml
index e43a9f5..0edd631 100644
--- a/loolwsd/discovery.xml
+++ b/loolwsd/discovery.xml
@@ -72,13 +72,15 @@
</app>
<!-- Math documents -->
+ <!-- In fact Math documents are not supported at all.
+ See: https://bugs.documentfoundation.org/show_bug.cgi?id=97006
<app name="application/vnd.sun.xml.math">
<action name="view" ext="sxm"/>
</app>
<app name="application/vnd.oasis.opendocument.formula">
<action name="edit" ext="odf"/>
</app>
-
+ -->
<!-- Text template documents -->
<app name="application/vnd.sun.xml.writer.template">
<action name="view" ext="stw"/>
More information about the Libreoffice-commits
mailing list