Handle docx documents with libreoffice

This commit is contained in:
Tom Willemse 2014-09-19 11:58:45 +02:00
parent bf0d58ef40
commit c02f09816d

View file

@ -207,6 +207,10 @@ external_content_handlers.set(
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"libreoffice"
);
external_content_handlers.set(
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"libreoffice"
);
function read_url_duckduckbang_handler(input)
{