Commit f1545ad0 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

disable writer_png_Export again because it generates broken outputs.

parent 60daafcc
......@@ -132,6 +132,7 @@ class MimeMapper(object):
ooo_disable_filter_list = kw.get("ooo_disable_filter_list") or [] + [
'writer_jpg_Export', # Seems not working from cloudooo in Libre Office 4.3.3.2
'writer_png_Export', # Seems not working from cloudooo in Libre Office 4.3.3.2
'draw_eps_Export', # Seems not working from cloudooo in Libre Office 5.0.0.5
'impress_eps_Export', # Seems not working from cloudooo in Libre Office 5.0.0.5
]
......
......@@ -68,6 +68,8 @@ mimetype_registry =
#ooo_disable_filter_list =
# writer_jpg_Export
# writer_png_Export
# draw_eps_Export
# impress_eps_Export
[server:main]
use = egg:PasteScript#wsgiutils
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment